only show jotnets when posting conversation items

This commit is contained in:
friendica
2014-06-14 20:16:40 -07:00
parent b67c8ec8b9
commit 0f6c321e3f
13 changed files with 22 additions and 17 deletions

View File

@@ -957,7 +957,7 @@ function settings_content(&$a) {
'$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')),
'$permissions' => t('Default Post Permissions'),
'$permdesc' => t("\x28click to open/close\x29"),
'$aclselect' => populate_acl($perm_defaults),
'$aclselect' => populate_acl($perm_defaults,false),
'$suggestme' => $suggestme,
'$group_select' => $group_select,