mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14499] Add command to update the board from CLI
PHPBB3-14499
This commit is contained in:
@@ -122,7 +122,7 @@ class check_update extends task_base
|
||||
// Check for a valid update directory
|
||||
if (!$this->filesystem->exists($update_files) || !$this->filesystem->is_readable($update_files))
|
||||
{
|
||||
$this->iohandler->add_error_message('UPDATE_FILES_NOT_FOUND');
|
||||
$this->iohandler->add_warning_message('UPDATE_FILES_NOT_FOUND');
|
||||
$this->set_test_passed(false);
|
||||
|
||||
// If there are no update files, we can't check the version etc
|
||||
|
Reference in New Issue
Block a user