From 2a2b603d0c4ffe54535a5c5437dfa263eb504f2d Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Mon, 7 Apr 2014 10:09:48 +0200 Subject: [PATCH] Indentation --- etc/inc/notices.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc index ea8d22073d..06c62eb0c8 100644 --- a/etc/inc/notices.inc +++ b/etc/inc/notices.inc @@ -320,7 +320,7 @@ function send_smtp_message($message, $subject = "(no subject)") { // Use SMTP Auth if fields are filled out if($config['notifications']['smtp']['username'] && - $config['notifications']['smtp']['password']) { + $config['notifications']['smtp']['password']) { $smtp->authentication_mechanism = "PLAIN"; $smtp->user = $config['notifications']['smtp']['username']; $smtp->password = $config['notifications']['smtp']['password'];