From 2c2ff486004f70e4081d3f6195a08997207c3de4 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 20 Dec 2009 16:23:25 -0500 Subject: [PATCH] Group is not H4-ified or autoloadable yet --- ansel/perms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ansel/perms.php b/ansel/perms.php index be33237a5..035f20c64 100644 --- a/ansel/perms.php +++ b/ansel/perms.php @@ -16,6 +16,7 @@ $fieldsList = array( ); require_once dirname(__FILE__) . '/lib/base.php'; +require_once 'Horde/Group.php'; $groups = Group::singleton(); $auth = Horde_Auth::singleton($conf['auth']['driver']); -- 2.11.0