diff --git a/common/framework/parsers/dbquery/variablebase.php b/common/framework/parsers/dbquery/variablebase.php index e12499041..2dd4908e2 100644 --- a/common/framework/parsers/dbquery/variablebase.php +++ b/common/framework/parsers/dbquery/variablebase.php @@ -436,7 +436,7 @@ class VariableBase * @param string $value * @return object */ - private function _parseSearchKeywords() ($value) + private function _parseSearchKeywords($value) { // parse the value (text) $keywords = preg_split('/("[^"]*")|[\s,]+/', trim($value), 10, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE);