diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-15 12:52:48 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 12:52:48 +1100 |
commit | 537510f0810976c2b8cd3861d914645a4e2c2b06 (patch) | |
tree | 22bb746792ce516befa9fd29ed932735d5bdf1c1 /Zotlabs/Module/Wiki.php | |
parent | dc411ca889e4fbc1201d443674f73bc523b57dc9 (diff) | |
parent | 1985502894651b263cca769509220b9e85827b4a (diff) | |
download | volse-hubzilla-537510f0810976c2b8cd3861d914645a4e2c2b06.tar.gz volse-hubzilla-537510f0810976c2b8cd3861d914645a4e2c2b06.tar.bz2 volse-hubzilla-537510f0810976c2b8cd3861d914645a4e2c2b06.zip |
Merge pull request #585 from anaqreon/wiki
Wiki
Diffstat (limited to 'Zotlabs/Module/Wiki.php')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index 68731e852..9fd1234e3 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -212,7 +212,6 @@ class Wiki extends \Zotlabs\Web\Controller { '$hideEditor' => $hide_editor, '$showPageControls' => $showPageControls, '$tools_label' => 'Wiki Tools', - '$showTools' => $showNewWikiButton || $showNewPageButton, '$showNewWikiButton'=> $showNewWikiButton, '$showNewPageButton'=> $showNewPageButton, '$hidePageHistory' => $hidePageHistory, |