Skip to content

Commit

Permalink
Fixed issue #11592: Fatal error with clean 160829
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 30, 2016
1 parent a74d89b commit 0321ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/SurveysController.php
Expand Up @@ -40,7 +40,7 @@ public function actionPublicList($lang = null)
$event->set('aData', $aData);
App()->getPluginManager()->dispatchEvent($event);

if(!empty($event->get('result')))
if($event->get('result'))
{
$htmlFromEvent = $event->get('result');
$htmlOut = $htmlFromEvent['html'];
Expand Down

0 comments on commit 0321ef0

Please sign in to comment.