From a7b124940fecbc0e6fe3ffb74ab397bcb8e2bc09 Mon Sep 17 00:00:00 2001 From: Florian BLOUET Date: Wed, 17 Feb 2016 12:11:46 +0100 Subject: [PATCH] PHRAS-681 - add missing initialisation for variable --- lib/Alchemy/Phrasea/Helper/Prod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;