From 56a54a9e12d335f42d678fbd98f69a3c3af23c11 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 Nov 2016 23:15:12 -0600 Subject: [PATCH] Update groups.php Fix the link that was broke when directory name was changed. --- core/groups/groups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/groups/groups.php b/core/groups/groups.php index e6c745a007..be6b42c3c8 100644 --- a/core/groups/groups.php +++ b/core/groups/groups.php @@ -185,7 +185,7 @@ } $echo .= "\n"; $echo .= "\n"; - $echo .= " \n"; + $echo .= " \n"; $echo .= "\n"; $echo .= "".$group_description."\n"; $echo .= ""; @@ -231,4 +231,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>