Skip to content

Commit

Permalink
Fixed issue #10861: Second label of bipolar marix question does not
Browse files Browse the repository at this point in the history
appear (in html)
  • Loading branch information
olleharstedt committed Apr 7, 2016
1 parent 577dadf commit a76ad47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/qanda_helper.php
Expand Up @@ -4615,8 +4615,8 @@ function do_array($ia)
$sColumns = '';
foreach ($labelans as $c)
{
$odd_even = alternation($odd_even);
$sColumns = Yii::app()->getController()->renderPartial('/survey/questions/arrays/array/no_dropdown/columns/col', array(
$odd_even .= alternation($odd_even);
$sColumns .= Yii::app()->getController()->renderPartial('/survey/questions/arrays/array/no_dropdown/columns/col', array(
'class' => $odd_even,
'cellwidth' => $cellwidth,
), true);
Expand Down

0 comments on commit a76ad47

Please sign in to comment.