From 33eb31313551ea6fd29b3fc841eaf5bf1d9a9e4f Mon Sep 17 00:00:00 2001 From: yehudah Date: Sun, 22 Jul 2018 19:08:43 +0000 Subject: Stupid syntax error --- Postman/PostmanOptions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Postman') diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php index 20d3a04..110014e 100644 --- a/Postman/PostmanOptions.php +++ b/Postman/PostmanOptions.php @@ -279,7 +279,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) { endswitch; } public function getUsername() { - if ( defined( POST_SMTP_AUTH_USERNAME ) ) { + if ( defined( 'POST_SMTP_AUTH_USERNAME' ) ) { return POST_SMTP_AUTH_USERNAME; } @@ -289,7 +289,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) { } public function getPassword() { - if ( defined( POST_SMTP_AUTH_PASSWORD ) ) { + if ( defined( 'POST_SMTP_AUTH_PASSWORD' ) ) { return POST_SMTP_AUTH_PASSWORD; } -- cgit v1.2.3