From 2fb44aa31bceacba201e3e03d5c3b428114c2761 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Sun, 17 Feb 2013 14:33:34 -0500 Subject: change collections to connections --- mod/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/group.php') diff --git a/mod/group.php b/mod/group.php index b3ee79f9b..778ecbded 100644 --- a/mod/group.php +++ b/mod/group.php @@ -4,7 +4,7 @@ require_once('include/group.php'); function group_aside(&$a) { if(local_user()) { - $a->set_widget('groups_edit',group_side('collections','group',false,(($a->argc > 1) ? intval($a->argv[1]) : 0))); + $a->set_widget('groups_edit',group_side('connections','group',false,(($a->argc > 1) ? intval($a->argv[1]) : 0))); } } -- cgit v1.2.3