diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-21 10:32:21 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-21 10:32:21 +0200 |
commit | 1bdcfe5219c810758ae255427513a7a0c09ce8e1 (patch) | |
tree | 62affdc8e8776109c76e80954021146b9c9fb59a /Zotlabs/Module/Wiki.php | |
parent | 8e5c56dcc2e38884f897acaf9d2b39e5b5dd8c29 (diff) | |
download | volse-hubzilla-1bdcfe5219c810758ae255427513a7a0c09ce8e1.tar.gz volse-hubzilla-1bdcfe5219c810758ae255427513a7a0c09ce8e1.tar.bz2 volse-hubzilla-1bdcfe5219c810758ae255427513a7a0c09ce8e1.zip |
provide a mechanism to mark apps active in the bin
Diffstat (limited to 'Zotlabs/Module/Wiki.php')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index 85481754f..4dc11c683 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -42,7 +42,7 @@ class Wiki extends \Zotlabs\Web\Controller { if(! feature_enabled(\App::$profile_uid,'wiki')) { notice( t('Not found') . EOL); - return; + return; } @@ -76,6 +76,8 @@ class Wiki extends \Zotlabs\Web\Controller { $wiki_owner = true; + nav_set_selected(t('Wiki')); + // Obtain the default permission settings of the channel $owner_acl = array( 'allow_cid' => $owner['channel_allow_cid'], |