Skip to content

Commit

Permalink
Update item.php
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-stepien committed May 6, 2020
1 parent 912db7a commit f019da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/html/batch/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div id="batch-choose-action" class="control-group">
<select name="batch[category_id]" class="inputbox" id="batch-category-id">
<option value=""><?php echo JText::_('JLIB_HTML_BATCH_NO_CATEGORY'); ?></option>
<?php if(isset($addRoot) and $addRoot): ?>
<?php if( isset($addRoot) and $addRoot ): ?>
<?php echo JHtml::_('select.options', JHtml::_('category.categories', $extension)); ?>
<?php else: ?>
<?php echo JHtml::_('select.options', JHtml::_('category.options', $extension)); ?>
Expand Down

0 comments on commit f019da2

Please sign in to comment.