Horde_Permission -> Horde_Perms_Permission
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 10 Dec 2009 19:24:56 +0000 (14:24 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 10 Dec 2009 19:24:56 +0000 (14:24 -0500)
ansel/lib/Api.php

index 45b2966..00bfc8f 100644 (file)
@@ -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_Perms_Permission('');
             $permobj->data = $perm;
         } else {
             $permobj = null;