Commit 94c81556 authored by Jeffrey Way's avatar Jeffrey Way

Minor bug fix

parent f690648b
......@@ -217,7 +217,7 @@ class MysqlDB {
$stmt = $this->_prepareQuery();
// Bind parameters
if ($hasTableData && $this->_crudType !== 'update') {
if ($hasTableData) {
$args = array();
$args[] = $this->_paramTypeList;
foreach ($tableData as $prop => $val) {
......
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