From 838f789ed88d3c28c773fac2f356b34b59396932 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 3 Feb 2010 17:38:22 +0100 Subject: [PATCH] Group is not H4'ied yet. --- horde/services/shares/edit.php | 2 ++ 1 file changed, 2 insertions(+) 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.'); -- 2.11.0