From bb7843fd209cb441eef09f6ac07204e9f8ca31fa Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Mon, 7 Apr 2014 10:10:04 +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 06c62eb0c8..ea8d22073d 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'];