mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Unset the prepared statement in the ORM class after the sql query has been executed
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
}
|
||||
$this->message = $message;
|
||||
$this->result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
unset($prep_statement);
|
||||
$m++;
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user