diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-04 15:10:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-04 15:10:54 +0100 |
commit | 3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7 (patch) | |
tree | fd266b83159453029e0e2997b95e603c7bf98ff9 /Zotlabs | |
parent | bb7680dc51723d3166bac005fd8f8510be8cfd01 (diff) | |
download | volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.tar.gz volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.tar.bz2 volse-hubzilla-3f6fe4f2be18dd99f30a2cd5e47fb3aaeee4b0b7.zip |
translateable string
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index da23d67a2..01a1bdc41 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -149,6 +149,7 @@ class Wiki extends \Zotlabs\Web\Controller { '$wikiName' => array('wikiName', t('Wiki name')), '$mimeType' => array('mimeType', t('Content type'), '', '', ['text/markdown' => 'Markdown', 'text/bbcode' => 'BB Code']), '$name' => t('Name'), + '$type' => t('Type'), '$lockstate' => $x['lockstate'], '$acl' => $x['acl'], '$allow_cid' => $x['allow_cid'], |