mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 09:34:13 +01:00
ResetCache requires the Dict class.
SVN:trunk[2247]
This commit is contained in:
@@ -774,7 +774,9 @@ class ApplicationInstaller
|
||||
|
||||
// try to make the final config file read-only
|
||||
@chmod($sConfigFile, 0444); // Read-only for owner and group, nothing for others
|
||||
|
||||
// Ready to go !!
|
||||
require_once(APPROOT.'core/dict.class.inc.php');
|
||||
MetaModel::ResetCache($sTargetEnvironment);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user