Skip to content

Commit

Permalink
Dev: ExtendedStartpage renderOutput : not needed and send alerte (wit…
Browse files Browse the repository at this point in the history
…h tooltip)
  • Loading branch information
Shnoulle committed Oct 28, 2016
1 parent 100b003 commit 81fd917
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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));
}

Expand Down

0 comments on commit 81fd917

Please sign in to comment.