aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/module/install_data/task/add_modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/module/install_data/task/add_modules.php')
-rw-r--r--phpBB/install/module/install_data/task/add_modules.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/install/module/install_data/task/add_modules.php b/phpBB/install/module/install_data/task/add_modules.php
index 98b52d7494..d47c2cd106 100644
--- a/phpBB/install/module/install_data/task/add_modules.php
+++ b/phpBB/install/module/install_data/task/add_modules.php
@@ -449,4 +449,12 @@ class add_modules extends \phpbb\install\task_base
$this->module_manager->remove_cache_file($module_class);
}
}
+
+ /**
+ * {@inheritdoc}
+ */
+ public function get_task_lang_name()
+ {
+ return 'TASK_ADD_MODULES';
+ }
}