Commit ab1f535b authored by Alexander Butenko's avatar Alexander Butenko

onDuplicate() should return this

parent acaf0d1c
...@@ -632,6 +632,7 @@ class MysqliDb ...@@ -632,6 +632,7 @@ class MysqliDb
{ {
$this->_lastInsertId = $_lastInsertId; $this->_lastInsertId = $_lastInsertId;
$this->_updateColumns = $_updateColumns; $this->_updateColumns = $_updateColumns;
return $this;
} }
/** /**
......
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