1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13777] Reorder get_module_infos() method's arguments

PHPBB3-13777
This commit is contained in:
MateBartus
2015-05-31 16:03:11 +02:00
parent fcff3ee4ad
commit 4044b5df89
5 changed files with 18 additions and 23 deletions

View File

@@ -1640,7 +1640,7 @@ class install_install extends module
}
// Get the modules we want to add... returned sorted by name
$module_info = $_module->get_module_infos('', $module_class);
$module_info = $_module->get_module_infos($module_class);
foreach ($module_info as $module_basename => $fileinfo)
{