diff --git a/controllers/approving.php b/controllers/approving.php index 8573e319d6505c3b21ae85f45060f64478245fa1..d50f58638c881725f11f8e92da7994d843583419 100755 --- a/controllers/approving.php +++ b/controllers/approving.php @@ -8,7 +8,7 @@ class ApprovingController extends MarketController { parent::before_filter($action, $args); if (!RolePersistence::isAssignedRole($GLOBALS['user']->id, "Pluginbeauftragter")) { - throw new AcessDeniedException("Kein Zutritt"); + throw new AccessDeniedException("Kein Zutritt"); } Navigation::activateItem("/pluginmarket/approving");