]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/online_functions.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / libs / online_functions.php
index c65a4953f7a17208a4138f5a839734495cbe7e83..c84d4bf66addb2897128229914b7dad33260158b 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 // Filter for updates/extends on the online list
 function FILTER_UPDATE_ONLINE_LIST () {
        // Do not update online list when extension is deactivated
-       if (!EXT_IS_ACTIVE("online", true)) return;
+       if (!EXT_IS_ACTIVE('online', true)) return;
 
        // Empty session?
        if (session_id() == "") {