projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01df556
)
Group is not H4'ied yet.
author
Jan Schneider
<jan@horde.org>
Wed, 3 Feb 2010 16:38:22 +0000
(17:38 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 3 Feb 2010 16:38:22 +0000
(17:38 +0100)
horde/services/shares/edit.php
patch
|
blob
|
history
diff --git
a/horde/services/shares/edit.php
b/horde/services/shares/edit.php
index
b493c97
..
1d1355f
100644
(file)
--- 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.');