From: Jan Schneider Date: Fri, 28 Jan 2011 13:30:59 +0000 (+0100) Subject: Fix class name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5c442f0e4923307eabd4ab20dde3166702b95379;p=horde.git Fix class name. --- diff --git a/nag/lib/Api.php b/nag/lib/Api.php index 34bc94fbc..85f75df8c 100644 --- a/nag/lib/Api.php +++ b/nag/lib/Api.php @@ -1404,7 +1404,7 @@ class Nag_Api extends Horde_Registry_Api if ((empty($user) || $user != $GLOBALS['registry']->getAuth()) && !$GLOBALS['registry']->isAdmin()) { - throw new Horde_Exception_PermimssionDenied(_("Permission Denied")); + throw new Horde_Exception_PermissionDenied(_("Permission Denied")); } $storage = Nag_Driver::singleton();