diff options
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/select.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc index e036904be..70c03a283 100644 --- a/includes/database/select.inc +++ b/includes/database/select.inc @@ -596,7 +596,7 @@ class SelectQueryExtender implements SelectQueryInterface { public function hasAnyTag() { $args = func_get_args(); - return call_user_func_array(array($this->query, 'hasAnyTags'), $args); + return call_user_func_array(array($this->query, 'hasAnyTag'), $args); } public function addMetaData($key, $object) { |