Group is not H4-ified or autoloadable yet
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 20 Dec 2009 21:23:25 +0000 (16:23 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 20 Dec 2009 21:23:25 +0000 (16:23 -0500)
ansel/perms.php

index be33237..035f20c 100644 (file)
@@ -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']);