From c21c38defb72570ea3e320c487194f1d8ff8fac8 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 17 Jul 2010 15:02:31 -0400 Subject: [PATCH] was a little over zealous with search/replace --- ansel/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/group.php b/ansel/group.php index 0c900f0f2..15ca18da0 100644 --- a/ansel/group.php +++ b/ansel/group.php @@ -46,7 +46,7 @@ case 'category': case 'owner': try { - if ($num_groups = $GLOBALS['injector']->getInstance('Ansel_Storage')->getScope()$GLOBALS['injector']->getInstance('Ansel_Storage')->getScope()->shares->countOwners(Horde_Perms::SHOW, null, false)) { + if ($num_groups = $GLOBALS['injector']->getInstance('Ansel_Storage')->getScope()->shares->countOwners(Horde_Perms::SHOW, null, false)) { $groups = $GLOBALS['injector']->getInstance('Ansel_Storage')->getScope()->shares->listOwners(Horde_Perms::SHOW, null, -- 2.11.0