mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/extension-manager] Add missing sql_freeresult call
PHPBB3-10323
This commit is contained in:
parent
61df8a87d1
commit
897063d3e2
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class phpbb_extension_manager
|
||||||
|
|
||||||
$result = $this->db->sql_query($sql);
|
$result = $this->db->sql_query($sql);
|
||||||
$extensions = $this->db->sql_fetchrowset($result);
|
$extensions = $this->db->sql_fetchrowset($result);
|
||||||
|
$this->db->sql_freeresult($result);
|
||||||
|
|
||||||
$this->extensions = array();
|
$this->extensions = array();
|
||||||
foreach ($extensions as $extension)
|
foreach ($extensions as $extension)
|
||||||
|
|
Loading…
Add table
Reference in a new issue