mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/12074] Don't log errors
PHPBB3-12074
This commit is contained in:
@@ -41,7 +41,6 @@ class enable extends command
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->log->add('critical', ANONYMOUS, '', 'LOG_EXT_ENABLE_ERROR', time(), array($name));
|
||||
$output->writeln("<error>Could not enable extension $name</error>");
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user