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 f8dde51883..50efdc55a2 100644 --- a/phpBB/install/module/requirements/task/check_server_environment.php +++ b/phpBB/install/module/requirements/task/check_server_environment.php @@ -175,6 +175,14 @@ class check_server_environment extends \phpbb\install\task_base /** * {@inheritdoc} */ + static public function get_step_count() + { + return 0; + } + + /** + * {@inheritdoc} + */ public function get_task_lang_name() { return ''; |
