summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/notices.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 06c62eb..ea8d220 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'];
OpenPOWER on IntegriCloud