* set homepage for product/project/qa.
This commit is contained in:
@@ -1680,7 +1680,7 @@ class baseRouter
|
||||
if(!is_file($mainConfigFile))
|
||||
{
|
||||
if($exitIfNone) self::triggerError("config file $mainConfigFile not found", __FILE__, __LINE__, true);
|
||||
if(empty($extConfigFiles) and !isset($config->system->$moduleName)) return false; // and no extension file or extension in db, exit.
|
||||
if(empty($extConfigFiles) and !isset($config->system->$moduleName) and !isset($config->personal->$moduleName)) return false; // and no extension file or extension in db, exit.
|
||||
$configFiles = $extConfigFiles;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user