aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Manage.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-08 15:10:44 -0700
committerzotlabs <mike@macgirvin.com>2017-10-08 15:10:44 -0700
commit52b1ea10a1ef4ccec67b4248155651626ec24b44 (patch)
tree4177a3e8de9ed2353bec1ee7e5f470766c12fa39 /Zotlabs/Module/Manage.php
parent27bc8294aecb847e0e87e61ff0c11cf64d4a9c10 (diff)
parentec173e7eb2e0b4a0768606365f6463009900f0ea (diff)
downloadvolse-hubzilla-52b1ea10a1ef4ccec67b4248155651626ec24b44.tar.gz
volse-hubzilla-52b1ea10a1ef4ccec67b4248155651626ec24b44.tar.bz2
volse-hubzilla-52b1ea10a1ef4ccec67b4248155651626ec24b44.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_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');