diff --git a/lib/Alchemy/Phrasea/Helper/Prod.php b/lib/Alchemy/Phrasea/Helper/Prod.php index 89aec363e6..0691ac25f3 100644 --- a/lib/Alchemy/Phrasea/Helper/Prod.php +++ b/lib/Alchemy/Phrasea/Helper/Prod.php @@ -23,7 +23,7 @@ class Prod extends Helper { $searchData = array('bases' => array(), 'dates' => array(), 'fields' => array(), 'sort' => array(), 'elasticSort' => array()); - $bases = $fields = $dates = $sort = array(); + $bases = $fields = $dates = $sort = $elasticSort = array(); if (!$this->app->getAuthenticatedUser()) { return $searchData;