]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Nav.php
Merge pull request #8118 from annando/spamcheck
[friendica.git] / src / Content / Nav.php
index 3685a8b32722e18aeb75f5777340256203be991c..7850e57c14f1654c08c7eaaad0864f3d3ae21e58 100644 (file)
@@ -239,7 +239,6 @@ class Nav
                // The following nav links are only show to logged in users
                if (local_user()) {
                        $nav['network'] = ['network', L10n::t('Network'), '', L10n::t('Conversations from your friends')];
-                       $nav['net_reset'] = ['network/?f=', L10n::t('Network Reset'), '', L10n::t('Load Network page with no filters')];
 
                        $nav['home'] = ['profile/' . $a->user['nickname'], L10n::t('Home'), '', L10n::t('Your posts and conversations')];