31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-04 14:30:48 +00:00
This commit is contained in:
Jaz Parkyn 2016-02-15 23:20:06 +00:00
parent eb66d15142
commit fc6f07a6b7

View File

@ -70,6 +70,11 @@ class JedcheckerViewUploads extends JViewLegacy
}
JToolBarHelper::title('JED checker');
if (JFactory::getUser()->authorise('core.admin', 'com_jedchecker'))
{
JToolBarHelper::preferences('com_jedchecker');
}
}
/**