FIX Removing last usage of depreacted method

This commit is contained in:
Guy Marriott 2018-08-24 10:12:18 +12:00
parent f1f7b15569
commit 393d50c858
No known key found for this signature in database
GPG Key ID: A80F9ACCB86D3DA7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class SearchVariantVersioned extends SearchVariant
public function alterQuery($query, $index)
{
$query->filter('_versionedstage', [
$query->addFilter('_versionedstage', [
$this->currentState(),
SearchQuery::$missing
]);