Skip to content

Commit

Permalink
Update layouts/joomla/html/batch/item.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
artur-stepien and richard67 committed May 6, 2020
1 parent f019da2 commit 3c1c8c9
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) && $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 3c1c8c9

Please sign in to comment.