projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2b904
)
Fix class name.
author
Jan Schneider
<jan@horde.org>
Fri, 28 Jan 2011 13:30:59 +0000
(14:30 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 28 Jan 2011 13:30:59 +0000
(14:30 +0100)
nag/lib/Api.php
patch
|
blob
|
history
diff --git
a/nag/lib/Api.php
b/nag/lib/Api.php
index
34bc94f
..
85f75df
100644
(file)
--- 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_Permi
m
ssionDenied(_("Permission Denied"));
+ throw new Horde_Exception_PermissionDenied(_("Permission Denied"));
}
$storage = Nag_Driver::singleton();