aboutsummaryrefslogtreecommitdiffstats
path: root/mod/group.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/group.php')
-rw-r--r--mod/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/group.php b/mod/group.php
index 6c9b8d78c..b3ee79f9b 100644
--- a/mod/group.php
+++ b/mod/group.php
@@ -139,7 +139,7 @@ function group_content(&$a) {
);
if(! $r) {
notice( t('Collection not found.') . EOL );
- goaway($a->get_baseurl() . '/connnections');
+ goaway($a->get_baseurl() . '/connections');
}
$group = $r[0];