30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00

Update view.html.php

This commit is contained in:
zero-24 2015-06-30 10:56:01 +02:00
parent b7b82620cf
commit 5b6740851e

View File

@ -107,7 +107,7 @@ class WeblinksViewWeblinks extends JViewLegacy
$bar->appendButton('Custom', $dhtml, 'batch'); $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'); JToolbarHelper::preferences('com_weblinks');
} }