Fixes for missing config entries in databases.php :(
authorRoland Häder <roland@mxchange.org>
Tue, 1 Dec 2009 04:54:38 +0000 (04:54 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Dec 2009 04:54:38 +0000 (04:54 +0000)
inc/load_cache.php
inc/mysql-connect.php

index fb6c7aa633f69b24fe9d58d07ab044073b4b2337..8f7a3b1e95bc7473d1c7f7b03cba56399c666178 100644 (file)
@@ -66,6 +66,9 @@ loadIncludeOnce('inc/loader/load_cache-extension.php');
 // Init filter system
 initFilterSystem();
 
 // Init filter system
 initFilterSystem();
 
+// Init system here
+runFilterChain('init');
+
 // Load all includes
 loadIncludePool('cache');
 
 // Load all includes
 loadIncludePool('cache');
 
index 8619a8510926b6439da01c74ad2093d1f9fd4cbf..92d7936266ab7473ef9ce32ce255d1bb8bfbfd71 100644 (file)
@@ -102,9 +102,6 @@ if ((!isInstalling()) && (!isInstallationPhase())) {
                                // Load cache
                                loadIncludeOnce('inc/load_cache.php');
 
                                // Load cache
                                loadIncludeOnce('inc/load_cache.php');
 
-                               // Run the init filter chain
-                               runFilterChain('init');
-
                                // Check module for permissions
                                $checkModule = checkModulePermissions();
 
                                // Check module for permissions
                                $checkModule = checkModulePermissions();