Group is not H4'ied yet.
authorJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 16:38:22 +0000 (17:38 +0100)
committerJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 16:38:22 +0000 (17:38 +0100)
horde/services/shares/edit.php

index b493c97..1d1355f 100644 (file)
@@ -11,6 +11,8 @@
 require_once dirname(__FILE__) . '/../../lib/Application.php';
 Horde_Registry::appInit('horde');
 
+require_once 'Horde/Group.php';
+
 // Exit if the user shouldn't be able to change share permissions.
 if (!empty($conf['share']['no_sharing'])) {
     throw new Horde_Exception('Permission denied.');