Commit 5497e0da authored by Alexander Butenko's avatar Alexander Butenko

Merge pull request #326 from leolovenet/dev-leolovenet

Update MysqliDb.php
parents 1ecb5df1 d13a3530
......@@ -335,6 +335,7 @@ class MysqliDb
}
$stmt->execute();
$this->count = $stmt->affected_rows;
$this->_stmtError = $stmt->error;
$this->_lastQuery = $this->replacePlaceHolders ($this->_query, $params);
$res = $this->_dynamicBindResults($stmt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment