projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c259570
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 18:16:06 +0000
(14:16 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 18:16:06 +0000
(14:16 -0400)
horde/admin/groups.php
patch
|
blob
|
history
diff --git
a/horde/admin/groups.php
b/horde/admin/groups.php
index
7982dc3
..
c17680a
100644
(file)
--- a/
horde/admin/groups.php
+++ b/
horde/admin/groups.php
@@
-29,7
+29,7
@@
case 'addchild':
$group = $groups->getGroupById($cid);
$gname = $group->getShortName();
$form = 'addchild.inc';
- } catch (Horde_Group_Exception $e) {
]
+ } catch (Horde_Group_Exception $e) {
}
}
break;