]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
More rewrites to configuration:
[mailer.git] / inc / filters.php
index e1784f4691065f5af74fff932051b5538f47d158..c1e54c7c7de609f3f3dd569dc73e194c99ae71c9 100644 (file)
@@ -1222,8 +1222,8 @@ function FILTER_GENERATE_POOL_MAIL_LINKS ($filterData) {
 
 // Filter to activate exchange
 function FILTER_ACTIVATE_EXCHANGE () {
-       // Is the extension 'user' there?
-       if ((!isExtensionActive('user')) || (getActivateXchange() == '0')) {
+       // Are the extension ext-user/other there?
+       if ((!isExtensionActive('user')) || (!isExtensionActive('other')) || (getActivateXchange() == '0')) {
                // Silently abort here
                return FALSE;
        } // END - if