Update view.html.php

This commit is contained in:
zero-24 2015-06-30 10:56:01 +02:00
parent b7b82620cf
commit 5b6740851e
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}