diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-08 22:47:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-08 22:47:43 +0200 |
commit | ec173e7eb2e0b4a0768606365f6463009900f0ea (patch) | |
tree | 471a185624cafd29e11482a9ca0ae98da641bfc4 /Zotlabs/Module | |
parent | bcf4cb519ae6c7d590db6a8023b7f24332ea9160 (diff) | |
download | volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.tar.gz volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.tar.bz2 volse-hubzilla-ec173e7eb2e0b4a0768606365f6463009900f0ea.zip |
more fixes
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Manage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Manage.php b/Zotlabs/Module/Manage.php index 2d8f39ded..9c5c32294 100644 --- a/Zotlabs/Module/Manage.php +++ b/Zotlabs/Module/Manage.php @@ -11,7 +11,7 @@ class Manage extends \Zotlabs\Web\Controller { return; } - nav_set_selected('Manage'); + nav_set_selected('Channel Manager'); require_once('include/security.php'); |