updated core to 7.80
This commit is contained in:
@@ -219,7 +219,7 @@ class SearchQuery extends SelectQueryExtender {
|
||||
}
|
||||
$phrase = FALSE;
|
||||
// Strip off phrase quotes.
|
||||
if ($match[2]{0} == '"') {
|
||||
if ($match[2][0] == '"') {
|
||||
$match[2] = substr($match[2], 1, -1);
|
||||
$phrase = TRUE;
|
||||
$this->simple = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user