projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c24d138
)
Horde_Permission -> Horde_Perms_Permission
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 10 Dec 2009 19:24:56 +0000
(14:24 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 10 Dec 2009 19:24:56 +0000
(14:24 -0500)
ansel/lib/Api.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Api.php
b/ansel/lib/Api.php
index
45b2966
..
00bfc8f
100644
(file)
--- a/
ansel/lib/Api.php
+++ b/
ansel/lib/Api.php
@@
-477,7
+477,7
@@
class Ansel_Api extends Horde_Registry_Api
if (!empty($perm)) {
// The name is inconsequential; it is only used as a container to
// represent permissions when passed to the Ansel backend.
- $permobj = new Horde_Permission('');
+ $permobj = new Horde_Perm
s_Perm
ission('');
$permobj->data = $perm;
} else {
$permobj = null;