aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-11-18 18:51:02 -0500
committerAndrew Manning <tamanning@zoho.com>2016-11-18 18:51:02 -0500
commitf9b836027d4d06d218e0926c539845b641353cfb (patch)
tree287bd0b784d3ce7c7a8204fbea646c6afe2d5726 /include
parent3cb138ea41bda9c64b6295d53e7d65fbb29d203a (diff)
parent3147b7c62bf1541b3c458baa5b5af47c0663ead2 (diff)
downloadvolse-hubzilla-f9b836027d4d06d218e0926c539845b641353cfb.tar.gz
volse-hubzilla-f9b836027d4d06d218e0926c539845b641353cfb.tar.bz2
volse-hubzilla-f9b836027d4d06d218e0926c539845b641353cfb.zip
Merge branch 'dev' into wiki-gui
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 3dc555b46..c0cc15e34 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -967,7 +967,7 @@ function widget_wiki_list($arr) {
'$view' => t('View'),
'$addnew' => t('Create new wiki'),
'$create' => t('Create'),
- '$wikiName' => array('wikiName', t('Wiki name'), '', ''),
+ '$wikiName' => array('wikiName', t('Wiki name')),
'$lockstate' => $x['lockstate'],
'$acl' => $x['acl'],
'$allow_cid' => $x['allow_cid'],
@@ -975,7 +975,7 @@ function widget_wiki_list($arr) {
'$deny_cid' => $x['deny_cid'],
'$deny_gid' => $x['deny_gid'],
'$bang' => $x['bang'],
- '$notify' => t('Send notification')
+ '$notify' => array('postVisible', t('Send notification'), '', '', array(t('No'), t('Yes')))
));
}
return '';