diff options
Diffstat (limited to 'phpBB/phpbb/db/migration/tool')
-rw-r--r-- | phpBB/phpbb/db/migration/tool/module.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/tool/module.php b/phpBB/phpbb/db/migration/tool/module.php index 112c05e968..ff9a18836f 100644 --- a/phpBB/phpbb/db/migration/tool/module.php +++ b/phpBB/phpbb/db/migration/tool/module.php @@ -435,8 +435,8 @@ class module implements \phpbb\db\migration\tool\tool_interface /** * Get the list of installed module categories - * key - module_langname - * value - module_id + * key - module_id + * value - module_langname * * @return null */ |