revert simple checkbox

This commit is contained in:
Mario Vavti
2016-11-18 14:15:01 +01:00
parent 0ceb75ea09
commit 3147b7c62b
4 changed files with 3 additions and 10 deletions

View File

@@ -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 '';