Ticket resolved, code rewrites and caching:
[mailer.git] / inc / modules / member / what-refback.php
index e751a5a9d2bcef7c11e75094154b160c9a71d2a4..687b45b9df72cf478e7a4bf0bd7ea01bdc3b99e3 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Is the refback system enabled?
-if (getConfig('refback_enabled') == "N") {
+if (getConfig('refback_enabled') != "Y") {
        // Output message
        LOAD_TEMPLATE("admin_settings_saved", false, getMessage('MEMBER_REFBACK_DISABLED'));
        // Abort here