This commit is contained in:
friendica 2013-03-18 16:41:56 -07:00
commit 108f2e1b81
11 changed files with 87 additions and 134 deletions

View file

@ -594,7 +594,7 @@ function network_content(&$a, $update = 0) {
if($update)
killme();
notice( t('No such group') . EOL );
goaway($a->get_baseurl(true) . '/network');
goaway($a->get_baseurl(true) . '/network/0');
// NOTREACHED
}