1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12074] Don't log errors

PHPBB3-12074
This commit is contained in:
Tristan Darricau
2014-05-09 00:26:07 +02:00
parent a640a455f3
commit 3029f93000
5 changed files with 1 additions and 30 deletions

View File

@@ -35,7 +35,6 @@ class disable extends command
if ($this->manager->enabled($name))
{
$this->log->add('critical', ANONYMOUS, '', 'LOG_EXT_DISABLE_ERROR', time(), array($name));
$output->writeln("<error>Could not disable extension $name</error>");
return 1;
}