1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch 'ticket/14577' into ticket/14577-3.2.x

Conflicts:
	phpBB/includes/acp/acp_modules.php
This commit is contained in:
Marc Alexander
2016-04-02 09:51:37 +02:00
5 changed files with 12 additions and 12 deletions

View File

@@ -356,7 +356,7 @@ class module_manager
$diff = sizeof($moved_modules) * 2;
$moved_ids = array();
for ($i = 0; $i < sizeof($moved_modules); ++$i)
for ($i = 0, $size = sizeof($moved_modules); $i < $size; ++$i)
{
$moved_ids[] = $moved_modules[$i]['module_id'];
}