mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02:00
[ticket/11367] Always freeresult
PHPBB3-11367
This commit is contained in:
@@ -114,9 +114,9 @@ class phpbb_db_migrator
|
|||||||
|
|
||||||
$this->migration_state[$migration['migration_name']]['migration_depends_on'] = unserialize($migration['migration_depends_on']);
|
$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);
|
$this->db->sql_return_on_error(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user