prevent infinite redirect on network page for non-existant group
This commit is contained in:
parent
bb3e8ad785
commit
03f2fa5119
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ function network_content(&$a, $update = 0) {
|
||||||
if($update)
|
if($update)
|
||||||
killme();
|
killme();
|
||||||
notice( t('No such group') . EOL );
|
notice( t('No such group') . EOL );
|
||||||
goaway($a->get_baseurl(true) . '/network');
|
goaway($a->get_baseurl(true) . '/network/0');
|
||||||
// NOTREACHED
|
// NOTREACHED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue