Skip to content

Commit

Permalink
Dev: 2d65c2e child
Browse files Browse the repository at this point in the history
Dev: I'm silly ... != not ==
Dev: Thanks to @Ollehar
  • Loading branch information
Shnoulle committed Feb 16, 2016
1 parent 2740342 commit 84b41f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -1248,7 +1248,7 @@ function run($surveyid,$args)
echo templatereplace(file_get_contents($sTemplateViewPath."startgroup.pstpl"), array(), $redata);
echo "\n";

if (!$previewquestion && trim($redata['groupdescription'])=="")
if (!$previewquestion && trim($redata['groupdescription'])!="")
{
echo templatereplace(file_get_contents($sTemplateViewPath."groupdescription.pstpl"), array(), $redata);
}
Expand Down

0 comments on commit 84b41f0

Please sign in to comment.