Network wide feed link would NEVER show!

This commit is contained in:
Mikael Nordfeldth 2015-06-05 14:01:03 +02:00
parent 50f0235654
commit b24d711f55
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ class PublicGroupNav extends Menu
// TRANS: Menu item title in search group navigation panel.
_('Public timeline'), $this->actionName == 'public', 'nav_timeline_public');
}
if (!$this->action->getScoped() instanceof Profile && common_config('public', 'localonly')) {
if (!common_config('public', 'localonly') || $this->action->getScoped() instanceof Profile) {
// Allow network wide view if you're logged in
// TRANS: Menu item in search group navigation panel.
$this->out->menuItem(common_local_url('networkpublic'), _m('MENU','Network'),
// TRANS: Menu item title in search group navigation panel.