Skip to content

Commit

Permalink
Update modules.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 4, 2018
1 parent bfd0cdc commit daf2d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/html/modules.php
Expand Up @@ -49,7 +49,7 @@ function modChrome_well($module, &$params, &$attribs)
{
// Permission checks
$user = JFactory::getUser();
$canEdit = $user->authorise('core.edit', 'com_modules.module.' . $module->id) || $user->authorise('core.modules.manage', 'com_modules');
$canEdit = $user->authorise('core.edit', 'com_modules.module.' . $module->id) || $user->authorise('core.modules.manage', 'com_modules');

$moduleTag = $params->get('module_tag', 'div');
$bootstrapSize = (int) $params->get('bootstrap_size', 6);
Expand Down

0 comments on commit daf2d8e

Please sign in to comment.