diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-06-02 22:27:26 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-06-02 22:27:26 -0400 |
commit | b70c6809648bb3c78e5e26f9293727b3a7aa4025 (patch) | |
tree | d62b402f57fd133951820759c4589b6d649e315a /Zotlabs/Lib | |
parent | 8d284bab474c7e669ae9a639bdb22f7b28b95cc3 (diff) | |
download | volse-hubzilla-b70c6809648bb3c78e5e26f9293727b3a7aa4025.tar.gz volse-hubzilla-b70c6809648bb3c78e5e26f9293727b3a7aa4025.tar.bz2 volse-hubzilla-b70c6809648bb3c78e5e26f9293727b3a7aa4025.zip |
Major corrections to access control and page construction.
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 6d2ef4e45..07a50766e 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -169,6 +169,7 @@ class Apps { 'Settings' => t('Settings'), 'Files' => t('Files'), 'Webpages' => t('Webpages'), + 'Wiki' => t('Wiki'), 'Channel Home' => t('Channel Home'), 'View Profile' => t('View Profile'), 'Photos' => t('Photos'), |