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

[ticket/14492] Update phpBB version and fix miscellaneous code issues

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-08-22 20:59:57 +02:00
parent 1f27097208
commit b9c284d85b
3 changed files with 4 additions and 3 deletions

View File

@@ -176,7 +176,8 @@ class update_extensions extends task_base
// Create log
$this->log->add('admin', ANONYMOUS, '', 'LOG_EXT_UPDATE', time(), array($ext_name));
$this->iohandler->add_success_message(array('CLI_EXTENSION_UPDATE_SUCCESS', $ext_name));
} else
}
else
{
$this->iohandler->add_log_message('CLI_EXTENSION_UPDATE_FAILURE', array($ext_name));
}