Commit e5401f5f authored by shimscharf's avatar shimscharf Committed by GitHub

Update MysqliDb.php

parent 04cd1ab1
...@@ -804,7 +804,7 @@ class MysqliDb ...@@ -804,7 +804,7 @@ class MysqliDb
$this->_stmtErrno = $stmt->errno; $this->_stmtErrno = $stmt->errno;
$this->reset(); $this->reset();
return ($stmt->affected_rows > 0); return ($stmt->affected_rows > -1);
} }
/** /**
......
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