Skip to content

Commit 9722fbe

Browse files
committed
changes
1 parent 3274f9a commit 9722fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Where.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static function init($op)
1414
return new Where($op);
1515
}
1616

17-
public function add($field, $value, $operator = "=", $value_stype = "string")
17+
public function add($field, $value, $operator = "=", $value_type = "string")
1818
{
1919
if (
2020
strpos($field, "=") !== FALSE

0 commit comments

Comments
 (0)