diff options
author | Mario <mario@mariovavti.com> | 2021-08-24 08:37:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-24 08:37:51 +0000 |
commit | fa1878fda16b983c79eabbf04584917cd4e46279 (patch) | |
tree | 30aa9f9fd1778aeab63ef2b2bb5849afa652c37d /Zotlabs/Module/Channel.php | |
parent | b129d74a38e5f611dce9118ed8b6d676fdabaf44 (diff) | |
download | volse-hubzilla-fa1878fda16b983c79eabbf04584917cd4e46279.tar.gz volse-hubzilla-fa1878fda16b983c79eabbf04584917cd4e46279.tar.bz2 volse-hubzilla-fa1878fda16b983c79eabbf04584917cd4e46279.zip |
nav cleanup
Diffstat (limited to 'Zotlabs/Module/Channel.php')
-rw-r--r-- | Zotlabs/Module/Channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php index 20cbe0b5c..6fac610aa 100644 --- a/Zotlabs/Module/Channel.php +++ b/Zotlabs/Module/Channel.php @@ -226,7 +226,7 @@ class Channel extends Controller { if (!$update) { - nav_set_selected('Channel Home'); + nav_set_selected('Channel'); // search terms header if ($search) { |