Skip to content
Snippets Groups Projects
Commit be32e562 authored by Morris Jobke's avatar Morris Jobke
Browse files

drop unneeded hint

parent f901c5ff
Branches
No related tags found
No related merge requests found
...@@ -169,7 +169,6 @@ class Server extends SimpleContainer implements IServerContainer { ...@@ -169,7 +169,6 @@ class Server extends SimpleContainer implements IServerContainer {
return new AvatarManager(); return new AvatarManager();
}); });
$this->registerService('Logger', function (Server $c) { $this->registerService('Logger', function (Server $c) {
/** @var $c SimpleContainer */
$logClass = $c->query('AllConfig')->getSystemValue('log_type', 'owncloud'); $logClass = $c->query('AllConfig')->getSystemValue('log_type', 'owncloud');
$logger = 'OC_Log_' . ucfirst($logClass); $logger = 'OC_Log_' . ucfirst($logClass);
call_user_func(array($logger, 'init')); call_user_func(array($logger, 'init'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment