diff options
author | Oliver <post@toktan.org> | 2013-02-02 20:03:01 +0100 |
---|---|---|
committer | Oliver <post@toktan.org> | 2013-02-02 20:03:01 +0100 |
commit | a37cd2f600b11f4f2d0c61dd38ea6052888da91f (patch) | |
tree | f8ffda9d3d7260ab1c1add11187f24c45cb7cf78 /mod/group.php | |
parent | 5c6c4395f4ab7924cad619d3a1ca4cee69219769 (diff) | |
download | volse-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.php | 2 |
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]; |