kvstorage 버그 수정

This commit is contained in:
2018-05-21 00:23:50 +09:00
parent d0778550ab
commit 7776b35cab
5 changed files with 25 additions and 10 deletions
+2
View File
@@ -645,6 +645,8 @@ class MeekroDB {
'code' => $db->errno
));
}
echo $sql."<br>\n";
if ($this->throw_exception_on_error) {
$e = new MeekroDBException($db->error, $sql, $db->errno);