From: Jan Schneider Date: Wed, 3 Feb 2010 16:38:22 +0000 (+0100) Subject: Group is not H4'ied yet. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=838f789ed88d3c28c773fac2f356b34b59396932;p=horde.git Group is not H4'ied yet. --- diff --git a/horde/services/shares/edit.php b/horde/services/shares/edit.php index b493c97b8..1d1355f83 100644 --- a/horde/services/shares/edit.php +++ b/horde/services/shares/edit.php @@ -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.');