Skip to content

Commit 266a28a

Browse files
authored
Update ezQuery.php
1 parent 4650fe1 commit 266a28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ezQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ public function delete(string $table = null, ...$whereConditions)
723723
* Helper does the actual insert or replace query with an array
724724
* @return mixed bool/results - false for error
725725
*/
726-
private function _query_insert_replace($table = '', $keyAndValue, $type = '', $execute = true)
726+
private function _query_insert_replace($table = '', $keyAndValue = null, $type = '', $execute = true)
727727
{
728728
if ((!\is_array($keyAndValue) && ($execute)) || empty($table)) {
729729
return $this->clearPrepare();

0 commit comments

Comments
 (0)