mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
💚 Move DeprecatedCallsLog activation from bootstrap to \MetaModel::LoadConfig, same as existing LogAPI impl
As this is called from \MetaModel::Startup, our log will be available everywhere ! \DeprecatedCallsLog::Enable call in bootstrap was causing some tests to fail Modification from what was done in #193
This commit is contained in:
@@ -54,9 +54,6 @@ if (!isset($GLOBALS['bBypassAutoload']) || $GLOBALS['bBypassAutoload'] == false)
|
||||
require_once APPROOT.'/lib/autoload.php';
|
||||
}
|
||||
|
||||
require_once APPROOT.'core/log.class.inc.php';
|
||||
DeprecatedCallsLog::Enable();
|
||||
|
||||
//
|
||||
// Maintenance mode
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user