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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user