fix con"n"nections

This commit is contained in:
Oliver 2013-02-02 20:03:01 +01:00
parent 5c6c4395f4
commit a37cd2f600

View File

@ -139,7 +139,7 @@ function group_content(&$a) {
); );
if(! $r) { if(! $r) {
notice( t('Collection not found.') . EOL ); notice( t('Collection not found.') . EOL );
goaway($a->get_baseurl() . '/connnections'); goaway($a->get_baseurl() . '/connections');
} }
$group = $r[0]; $group = $r[0];