mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
Add in missing free result on DB query
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -658,6 +658,8 @@ class acp_modules
|
|||||||
|
|
||||||
$iteration++;
|
$iteration++;
|
||||||
}
|
}
|
||||||
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
unset($padding_store);
|
unset($padding_store);
|
||||||
|
|
||||||
return $module_list;
|
return $module_list;
|
||||||
|
Reference in New Issue
Block a user