Skip to content

Commit

Permalink
ups ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jun 9, 2016
1 parent 9f13208 commit 9893e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_config/model/application.php
Expand Up @@ -395,7 +395,7 @@ public function storePermissions($permission = null)
}

// Check if the user is authorized to do this.
if (!JFactory::getUser()->authorise('core.admin', $permission['component'])
if (!JFactory::getUser()->authorise('core.admin', $permission['component']))
{
$app->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'error');

Expand Down

0 comments on commit 9893e10

Please sign in to comment.