From: Michael J. Rubinsky Date: Sun, 20 Dec 2009 21:23:25 +0000 (-0500) Subject: Group is not H4-ified or autoloadable yet X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2c2ff486004f70e4081d3f6195a08997207c3de4;p=horde.git Group is not H4-ified or autoloadable yet --- 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']);