Fix: loghandler loaded twice
This commit is contained in:
parent
b98151db94
commit
db38c9baac
@ -454,7 +454,7 @@ class Conf
|
|||||||
throw new Exception('Log handler does not extend LogHandlerInterface');
|
throw new Exception('Log handler does not extend LogHandlerInterface');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->loghandlers[$handler]=$loghandlerinstance;
|
if (empty($conf->loghandlers[$handler])) $this->loghandlers[$handler]=$loghandlerinstance;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user