mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11367] Always freeresult
PHPBB3-11367
This commit is contained in:
parent
6045aa7aa2
commit
9a319fefb2
1 changed files with 2 additions and 2 deletions
|
@ -114,10 +114,10 @@ class phpbb_db_migrator
|
|||
|
||||
$this->migration_state[$migration['migration_name']]['migration_depends_on'] = unserialize($migration['migration_depends_on']);
|
||||
}
|
||||
|
||||
$this->db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
$this->db->sql_freeresult($result);
|
||||
|
||||
$this->db->sql_return_on_error(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue