From 9bbb9a74894adbc85c675580c935e9778fe89efe Mon Sep 17 00:00:00 2001
From: noackorama <noackorama@googlemail.com>
Date: Tue, 31 Jan 2017 17:34:03 +0100
Subject: [PATCH] fix typo

---
 controllers/approving.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controllers/approving.php b/controllers/approving.php
index 8573e31..d50f586 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");
-- 
GitLab