Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Re #242: Removed undefined variable $im
Browse files Browse the repository at this point in the history
$im is a leftover variable when this line was removed:

`$im = $user->authorise('core.manage', 'com_installer');`

See SHA: 44f6d87
  • Loading branch information
raeldc committed Sep 29, 2015
1 parent c169e60 commit ddcae51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$tm = $user->authorise('core.manage', 'com_templates');
$lm = $user->authorise('core.manage', 'com_languages');

if ($im || $mm || $pm || $tm || $lm)
if ($mm || $pm || $tm || $lm)
{
$menu->addChild(new JMenuNode(JText::_('MOD_MENU_EXTENSIONS_EXTENSIONS'), null, 'disabled'));
}

0 comments on commit ddcae51

Please sign in to comment.