diff --git a/framework/router.class.php b/framework/router.class.php index ea6cce6956..d1579a150c 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -1340,6 +1340,8 @@ class router */ public function loadConfig($moduleName, $exitIfNone = true) { + $extConfigFiles = array(); + /* Set the main config file and extension config file. */ if($moduleName == 'common') {