mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-13 16:12:57 +00:00
Update view.html.php
This commit is contained in:
parent
b7b82620cf
commit
5b6740851e
@ -107,7 +107,7 @@ class WeblinksViewWeblinks extends JViewLegacy
|
||||
$bar->appendButton('Custom', $dhtml, 'batch');
|
||||
}
|
||||
|
||||
if ($user->authorise('core.admin', 'com_weblinks'))
|
||||
if ($user->authorise('core.admin', 'com_weblinks') || $user->authorise('core.options', 'com_weblinks'))
|
||||
{
|
||||
JToolbarHelper::preferences('com_weblinks');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user