Skip to content

Commit

Permalink
Merge branch '2.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iglocska committed May 22, 2024
2 parents 8f65c68 + 71f8e12 commit 0f88576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Elements/genericElements/SideMenu/side_menu.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ $divider = '<li class="divider"></li>';
'url' => $baseurl . '/collections/index',
'text' => __('List Collections')
));
if ($this->Acl->canAccess('collection', 'add')) {
if ($this->Acl->canAccess('collections', 'add')) {
echo $this->element('/genericElements/SideMenu/side_menu_link', array(
'element_id' => 'add',
'url' => $baseurl . '/collections/add',
Expand Down

0 comments on commit 0f88576

Please sign in to comment.