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:
@@ -461,7 +461,7 @@ class module implements \phpbb\db\migration\tool\tool_interface
|
||||
*/
|
||||
protected function get_module_info($class, $basename)
|
||||
{
|
||||
$module = $this->module_manager->get_module_infos($basename, $class, true);
|
||||
$module = $this->module_manager->get_module_infos($class, $basename, true);
|
||||
|
||||
if (empty($module))
|
||||
{
|
||||
|
Reference in New Issue
Block a user