Skip to content

Commit

Permalink
Dev Fixed copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed May 1, 2015
1 parent 994f326 commit 5364e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/questions/update/textTab.php
Expand Up @@ -13,7 +13,7 @@
'class' => 'html',
'label' => $question->getAttributeLabel('question')
]));
echo TbHtml::activeTextAreaControlGroup($question, "translatedFields[$language][question]", array_merge($options, [
echo TbHtml::activeTextAreaControlGroup($question, "translatedFields[$language][help]", array_merge($options, [
'class' => 'html',
'label' => $question->getAttributeLabel('help')
]));
Expand Down

0 comments on commit 5364e9e

Please sign in to comment.