diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-18 14:15:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-18 14:15:01 +0100 |
commit | 3147b7c62bf1541b3c458baa5b5af47c0663ead2 (patch) | |
tree | 0aefc635d458eb28d38f367ae8ed8213a51ae292 /include/widgets.php | |
parent | 0ceb75ea0969b14163d884e4d266695d74491248 (diff) | |
download | volse-hubzilla-3147b7c62bf1541b3c458baa5b5af47c0663ead2.tar.gz volse-hubzilla-3147b7c62bf1541b3c458baa5b5af47c0663ead2.tar.bz2 volse-hubzilla-3147b7c62bf1541b3c458baa5b5af47c0663ead2.zip |
revert simple checkbox
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 8a3fac0e4..c0cc15e34 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -975,7 +975,7 @@ function widget_wiki_list($arr) { '$deny_cid' => $x['deny_cid'], '$deny_gid' => $x['deny_gid'], '$bang' => $x['bang'], - '$notify' => array('postVisible', t('Send notification')) + '$notify' => array('postVisible', t('Send notification'), '', '', array(t('No'), t('Yes'))) )); } return ''; |