Skip to content

Commit

Permalink
Fixed issue #10850: Questions attributes "Display columns:" wrong def…
Browse files Browse the repository at this point in the history
…ault value 6->1
  • Loading branch information
TonisOrmisson committed Apr 7, 2016
1 parent 0d1e5ec commit 8814d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -2783,7 +2783,7 @@ function questionAttributes($returnByName=false)
'sortorder'=>100,
//'inputtype'=>'integer',
'inputtype'=>'columns',
'default'=>'6',
'default'=>'1',
'min'=>'1',
'max'=>'12',
"help"=>gT('The answer options will be distributed across the number of columns set here'),
Expand Down

0 comments on commit 8814d32

Please sign in to comment.