From 81fd91763a61da8d17598b48ef736b1d8f8c33d0 Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Fri, 28 Oct 2016 17:04:43 +0200 Subject: [PATCH] Dev: ExtendedStartpage renderOutput : not needed and send alerte (with tooltip) --- .../core/plugins/extendedStartPage/extendedStartPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/plugins/extendedStartPage/extendedStartPage.php b/application/core/plugins/extendedStartPage/extendedStartPage.php index 576e4d4d1b1..80931c690bf 100644 --- a/application/core/plugins/extendedStartPage/extendedStartPage.php +++ b/application/core/plugins/extendedStartPage/extendedStartPage.php @@ -21,7 +21,7 @@ public function beforeSurveysStartpageRender(){ $event = $this->getEvent(); $aData = $event->get('aData'); - $html = $this->renderPartial('publicSurveyList_extended',$aData,true,true ); + $html = $this->renderPartial('publicSurveyList_extended',$aData,true ); $event->append('result',array('html'=>$html)); }