From: Michael J. Rubinsky Date: Thu, 10 Dec 2009 19:24:56 +0000 (-0500) Subject: Horde_Permission -> Horde_Perms_Permission X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4b1b65f8ba8dd546a0f94480b9901c89ce5aca97;p=horde.git Horde_Permission -> Horde_Perms_Permission --- diff --git a/ansel/lib/Api.php b/ansel/lib/Api.php index 45b2966a1..00bfc8fc2 100644 --- 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_Perms_Permission(''); $permobj->data = $perm; } else { $permobj = null;