Even more rewritten
[mailer.git] / inc / autopurge / purge-general.php
index 0b9cc4804500c6b537e131871af31d8116088146..acaacc33ffa7c3619f7ddfbd13d83ec6ff52a8b5 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Abort if autopurge is not active or disabled by admin
-if ((!EXT_IS_ACTIVE('autopurge')) || (getConfig('auto_purge_active') != "Y")) {
+if ((!EXT_IS_ACTIVE('autopurge')) || (getConfig('auto_purge_active') != 'Y')) {
        // Abort here
        return false;
 }