Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit e8b5c81e authored by Gary Allan's avatar Gary Allan
Browse files

Clear query cache in resetConn()

parent a1dadd92
Branches
No related tags found
No related merge requests found
......@@ -216,6 +216,7 @@ abstract class DB {
*/
public function resetConn() {
unset($this->pdo);
$this->cache = [];
$this->install = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment