From 4b1b65f8ba8dd546a0f94480b9901c89ce5aca97 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 10 Dec 2009 14:24:56 -0500 Subject: [PATCH] Horde_Permission -> Horde_Perms_Permission --- ansel/lib/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0