1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 08:01:27 +02:00

[ticket/11367] Always freeresult

PHPBB3-11367
This commit is contained in:
Nathan Guse
2013-02-26 10:22:13 -06:00
parent 6045aa7aa2
commit 9a319fefb2

View File

@@ -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);
}