Skip to content
Snippets Groups Projects
Commit 9bbb9a74 authored by noackorama's avatar noackorama
Browse files

fix typo

parent cc66c9f7
No related branches found
No related tags found
Loading
...@@ -8,7 +8,7 @@ class ApprovingController extends MarketController ...@@ -8,7 +8,7 @@ class ApprovingController extends MarketController
{ {
parent::before_filter($action, $args); parent::before_filter($action, $args);
if (!RolePersistence::isAssignedRole($GLOBALS['user']->id, "Pluginbeauftragter")) { if (!RolePersistence::isAssignedRole($GLOBALS['user']->id, "Pluginbeauftragter")) {
throw new AcessDeniedException("Kein Zutritt"); throw new AccessDeniedException("Kein Zutritt");
} }
Navigation::activateItem("/pluginmarket/approving"); Navigation::activateItem("/pluginmarket/approving");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment