]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
Continued:
[mailer.git] / inc / filter-functions.php
index 6edc0252e998085ed4bd4b90fa039929d45c86b7..b3d70a7eb5c0c8e6d7a0dfa7ef463eadbfe1ed75 100644 (file)
@@ -118,7 +118,6 @@ ORDER BY
        registerFilter(__FUNCTION__, __LINE__, 'init', 'COUNT_MODULE');
        registerFilter(__FUNCTION__, __LINE__, 'init', 'UPDATE_LOGIN_DATA');
        registerFilter(__FUNCTION__, __LINE__, 'init', 'ACTIVATE_EXCHANGE');
-       registerFilter(__FUNCTION__, __LINE__, 'init', 'REDIRECT_WRONG_SERVER_NAME');
 
        // Post-initialization
        registerFilter(__FUNCTION__, __LINE__, 'post_init', 'DETERMINE_USERNAME');
@@ -367,9 +366,9 @@ function prepareFilterArray () {
 
        // Init dummy array
        $filterArray = array(
-               'chains'  => array(),
-               'loaded'  => array(),
-               'counter' => array()
+               'chains'  => [],
+               'loaded'  => [],
+               'counter' => []
        );
 
        // Found in cache so rewrite the array