aboutsummaryrefslogtreecommitdiffstats
path: root/mod/group.php
diff options
context:
space:
mode:
authorOliver <post@toktan.org>2013-02-02 20:03:01 +0100
committerOliver <post@toktan.org>2013-02-02 20:03:01 +0100
commita37cd2f600b11f4f2d0c61dd38ea6052888da91f (patch)
treef8ffda9d3d7260ab1c1add11187f24c45cb7cf78 /mod/group.php
parent5c6c4395f4ab7924cad619d3a1ca4cee69219769 (diff)
downloadvolse-hubzilla-a37cd2f600b11f4f2d0c61dd38ea6052888da91f.tar.gz
volse-hubzilla-a37cd2f600b11f4f2d0c61dd38ea6052888da91f.tar.bz2
volse-hubzilla-a37cd2f600b11f4f2d0c61dd38ea6052888da91f.zip
fix con"n"nections
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];