]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-connect.php
Fix for missing array elements
[mailer.git] / inc / mysql-connect.php
index 526741c10c035958a837d20b367285b3e69122c3..4ad7d8b2670a5f9d6991ee750ccf94f816089ba4 100644 (file)
@@ -151,20 +151,17 @@ if ((!isInstalling()) && (!isInstallationPhase())) {
                loadIncludeOnce($inc);
        } // END - foreach
 
-       // Init filter system here
-       initFilterSystem();
+       // Load cache
+       loadIncludeOnce('inc/load_cache.php');
+
+       // Run the init filter chain
+       runFilterChain('init');
 
        // Are we installation routine?
        if ((!isInstalling()) && (getOutputMode() != 1) && (getOutputMode() != -1)) {
                // You have to install first!
                redirectToUrl('install.php');
        } // END - if
-
-       // Load cache
-       loadIncludeOnce('inc/load_cache.php');
-
-       // Run the init filter chain
-       runFilterChain('init');
 }
 
 // Handle fatal errors