summaryrefslogtreecommitdiff
path: root/includes/database/select.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/select.inc')
-rw-r--r--includes/database/select.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc
index 3eddd3ad7..f4094a26e 100644
--- a/includes/database/select.inc
+++ b/includes/database/select.inc
@@ -902,7 +902,7 @@ class SelectQuery extends Query implements SelectQueryInterface {
/* Implementations of QueryConditionInterface for the WHERE clause. */
- public function condition($field, $value = NULL, $operator = '=') {
+ public function condition($field, $value = NULL, $operator = NULL) {
if (!isset($num_args)) {
$num_args = func_num_args();
}