Skip to content

Commit

Permalink
Fixed issue #10354: Add missing action variable
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 9, 2016
1 parent ffd53bf commit dc964d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/labels/labelview_view.php
Expand Up @@ -30,7 +30,7 @@
<input type='hidden' name='action' value='modlabelsetanswers' />

<!-- tab content -->
<?php $this->renderPartial("./labels/_labelviewtabcontent_view", array('lslanguages'=>$lslanguages, 'results'=>$results)); ?>
<?php $this->renderPartial("./labels/_labelviewtabcontent_view", array('lslanguages'=>$lslanguages, 'results'=>$results, 'action' => $action)); ?>
</form>
</div>

Expand Down

0 comments on commit dc964d5

Please sign in to comment.