Skip to content

Commit

Permalink
[4.0] Rules (#21616)
Browse files Browse the repository at this point in the history
Obvious error missing -

Non functional change
  • Loading branch information
brianteeman authored and laoneo committed Aug 14, 2018
1 parent 77d6f8f commit 8f8dafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/joomla/form/field/rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<span class="acl-action"><?php echo Text::_('JLIB_RULES_SELECT_SETTING'); ?></span>
</th>

<th id="aclactionth<?php echo $group->value; ?>">
<th id="aclaction-th<?php echo $group->value; ?>">
<span class="acl-action"><?php echo Text::_('JLIB_RULES_CALCULATED_SETTING'); ?></span>
</th>
</tr>
Expand Down Expand Up @@ -145,7 +145,7 @@ class="custom-select novalidate"
</div>
</td>

<td headers="aclactionth<?php echo $group->value; ?>">
<td headers="aclaction-th<?php echo $group->value; ?>">
<?php $result = array(); ?>
<?php // Get the group, group parent id, and group global config recursive calculated permission for the chosen action. ?>
<?php $inheritedGroupRule = Access::checkGroup((int) $group->value, $action->name, $assetId);
Expand Down

0 comments on commit 8f8dafd

Please sign in to comment.