mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15346] Add log message if extension is not enableable
PHPBB3-15346
This commit is contained in:
@@ -122,6 +122,7 @@ class install_extensions extends \phpbb\install\task_base
|
||||
|
||||
if (!$extension->is_enableable())
|
||||
{
|
||||
$this->iohandler->add_log_message(array('CLI_EXTENSION_NOT_ENABLEABLE', $ext_name));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user