Skip to content

Commit

Permalink
Dev: removed third parameter for doRender call for arrays/array/no_dr…
Browse files Browse the repository at this point in the history
…opdown question type
  • Loading branch information
dominikvitt committed May 4, 2018
1 parent 9b90f15 commit aba4310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,5 +6,5 @@
*/
?>
<?php
echo doRender('/survey/questions/answer/global/table/cell/head_header', array('class'=>$class,'content'=>$content,true));
echo doRender('/survey/questions/answer/global/table/cell/head_header', array('class'=>$class,'content'=>$content));
?>
Expand Up @@ -7,5 +7,5 @@
?>

<?php
echo doRender('/survey/questions/answer/global/table/cell/head_information', array('class'=>$class,'content'=>$content,true));
echo doRender('/survey/questions/answer/global/table/cell/head_information', array('class'=>$class,'content'=>$content));
?>

0 comments on commit aba4310

Please sign in to comment.