diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-09 15:14:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-09 15:14:44 -0700 |
commit | 87970491441cb15462d3fe7a7641d2f2755cb45b (patch) | |
tree | 455abf25ed534ddcadfd595f3484c4ef6ff74a2a /Zotlabs/Module/Wiki.php | |
parent | 09009d4b32d5014d77de941dba695fe2bc577616 (diff) | |
parent | cc1ffff7cdfe5881636b6d2de3fe16f0094b5d69 (diff) | |
download | volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.tar.gz volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.tar.bz2 volse-hubzilla-87970491441cb15462d3fe7a7641d2f2755cb45b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module/Wiki.php')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index fe2bfbdfb..d6a01af11 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -76,7 +76,7 @@ class Wiki extends \Zotlabs\Web\Controller { $wiki_owner = true; - nav_set_selected(t('Wiki')); + nav_set_selected('Wiki'); // Obtain the default permission settings of the channel $owner_acl = array( |