diff --git a/application/helpers/SurveyRuntimeHelper.php b/application/helpers/SurveyRuntimeHelper.php index 6cbfd05b7c7..ecef8fbab6f 100644 --- a/application/helpers/SurveyRuntimeHelper.php +++ b/application/helpers/SurveyRuntimeHelper.php @@ -1683,7 +1683,7 @@ public function getCurrentQuestionClasses($iQid) /* Got to use static expression */ $emCssClass = trim(LimeExpressionManager::ProcessString($aQuestionAttributes['cssclass'], null, array(), 1, 1, false, false, true)); /* static var is the last one ...*/ if ($emCssClass != "") { - $aQuestionClass .= " ".Chtml::encode($emCssClass); + $aQuestionClass .= " ".CHtml::encode($emCssClass); } }