Correct access checks for Categories Quick Icon (#35584)

* Correct access checks for Categories Quick Icon

* Phase 1 convert BRANCH to PSR-12

* Phase 2 convert BRANCH to PSR-12

Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: Joomla! Bot <release+joomla-bot@joomla.org>
Co-authored-by: Hannes Papenberg <info@joomlager.de>
This commit is contained in:
Sander Potjer 2022-10-22 09:25:45 +02:00 committed by GitHub
parent c3788cfdcd
commit d001405176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class QuickIconHelper
'link' => Route::_('index.php?option=com_categories&view=categories&extension=com_content'),
'linkadd' => Route::_('index.php?option=com_categories&task=category.add'),
'name' => 'MOD_QUICKICON_CATEGORY_MANAGER',
'access' => array('core.manage', 'com_categories', 'core.create', 'com_categories'),
'access' => array('core.manage', 'com_content', 'core.create', 'com_content'),
'group' => 'MOD_QUICKICON_SITE',
];