prevent infinite redirect on network page for non-existant group

This commit is contained in:
Zach Prezkuta 2013-03-16 10:11:32 -06:00
parent bb3e8ad785
commit 03f2fa5119
1 changed files with 1 additions and 1 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
}