aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/requirements/task/check_update.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-29 21:45:16 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-02-29 21:45:16 +0100
commitb324cf1907e2f35ed9689162eb03ceba2358f358 (patch)
tree605f73bdbf7b804be24b772dab801aa25d3a4271 /phpBB/phpbb/install/module/requirements/task/check_update.php
parent72bdbf52ccd0e504e69947e157d4d24d327d34a8 (diff)
parentb80cb8e796a107a49b77b0efe9d43ee7ef550655 (diff)
downloadforums-b324cf1907e2f35ed9689162eb03ceba2358f358.tar
forums-b324cf1907e2f35ed9689162eb03ceba2358f358.tar.gz
forums-b324cf1907e2f35ed9689162eb03ceba2358f358.tar.bz2
forums-b324cf1907e2f35ed9689162eb03ceba2358f358.tar.xz
forums-b324cf1907e2f35ed9689162eb03ceba2358f358.zip
Merge branch '3.2.x'
Diffstat (limited to 'phpBB/phpbb/install/module/requirements/task/check_update.php')
-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