mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
[Legacy] Fix install logger manager config
This commit is contained in:
parent
4176be0492
commit
86182c7983
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,7 @@ class InstallLoggerManager extends LoggerManager
|
|||
{
|
||||
$this->setLevel('fatal');
|
||||
|
||||
if (empty(self::$_loggers)) {
|
||||
$this->_findAvailableLoggers();
|
||||
}
|
||||
$this->_findAvailableLoggers();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue