aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/requirements/task
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-29 21:45:11 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-02-29 21:45:11 +0100
commitb80cb8e796a107a49b77b0efe9d43ee7ef550655 (patch)
tree797c83cf7878de21e7e02ef5f9139cce8d17c296 /phpBB/phpbb/install/module/requirements/task
parentf0a33dca7255e2fb643d1a1e5fa4cfe42934fe2b (diff)
parent52dffef03cb97a54041b1fba638eafb3ed0a5ce0 (diff)
downloadforums-b80cb8e796a107a49b77b0efe9d43ee7ef550655.tar
forums-b80cb8e796a107a49b77b0efe9d43ee7ef550655.tar.gz
forums-b80cb8e796a107a49b77b0efe9d43ee7ef550655.tar.bz2
forums-b80cb8e796a107a49b77b0efe9d43ee7ef550655.tar.xz
forums-b80cb8e796a107a49b77b0efe9d43ee7ef550655.zip
Merge pull request #4194 from Nicofuma/ticket/14499
[ticket/14499] Add command to update the board from CLI
Diffstat (limited to 'phpBB/phpbb/install/module/requirements/task')
-rw-r--r--phpBB/phpbb/install/module/requirements/task/check_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/requirements/task/check_update.php b/phpBB/phpbb/install/module/requirements/task/check_update.php
index 4e9124ff47..cd66ffc8f9 100644
--- a/phpBB/phpbb/install/module/requirements/task/check_update.php
+++ b/phpBB/phpbb/install/module/requirements/task/check_update.php
@@ -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