aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Manage.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-08 15:10:28 -0700
committerzotlabs <mike@macgirvin.com>2017-10-08 15:10:28 -0700
commit09009d4b32d5014d77de941dba695fe2bc577616 (patch)
tree471a185624cafd29e11482a9ca0ae98da641bfc4 /Zotlabs/Module/Manage.php
parent5cc6c6c1e97743b208b90f2a05b23196df787f36 (diff)
parentec173e7eb2e0b4a0768606365f6463009900f0ea (diff)
downloadvolse-hubzilla-09009d4b32d5014d77de941dba695fe2bc577616.tar.gz
volse-hubzilla-09009d4b32d5014d77de941dba695fe2bc577616.tar.bz2
volse-hubzilla-09009d4b32d5014d77de941dba695fe2bc577616.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module/Manage.php')
-rw-r--r--Zotlabs/Module/Manage.php2
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');