diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-02-29 21:45:16 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-02-29 21:45:16 +0100 |
| commit | b324cf1907e2f35ed9689162eb03ceba2358f358 (patch) | |
| tree | 605f73bdbf7b804be24b772dab801aa25d3a4271 /phpBB/phpbb/install/module/requirements/task/check_update.php | |
| parent | 72bdbf52ccd0e504e69947e157d4d24d327d34a8 (diff) | |
| parent | b80cb8e796a107a49b77b0efe9d43ee7ef550655 (diff) | |
| download | forums-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.php | 2 |
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 |
