diff options
Diffstat (limited to 'phpBB/install/module/requirements/task/check_server_environment.php')
| -rw-r--r-- | phpBB/install/module/requirements/task/check_server_environment.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/install/module/requirements/task/check_server_environment.php b/phpBB/install/module/requirements/task/check_server_environment.php index 4bfea57b0e..f8dde51883 100644 --- a/phpBB/install/module/requirements/task/check_server_environment.php +++ b/phpBB/install/module/requirements/task/check_server_environment.php @@ -171,4 +171,12 @@ class check_server_environment extends \phpbb\install\task_base $this->set_test_passed(false); } + + /** + * {@inheritdoc} + */ + public function get_task_lang_name() + { + return ''; + } } |
