From 0f6c321e3f23d43e407aa3b3b424f20b56e0032d Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 14 Jun 2014 20:16:40 -0700 Subject: only show jotnets when posting conversation items --- mod/mitem.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/mitem.php') diff --git a/mod/mitem.php b/mod/mitem.php index e0aa1b87a..3240bb68b 100644 --- a/mod/mitem.php +++ b/mod/mitem.php @@ -132,7 +132,7 @@ function mitem_content(&$a) { '$menu_id' => $a->data['menu']['menu_id'], '$permissions' => t('Menu Item Permissions'), '$permdesc' => t("\x28click to open/close\x29"), - '$aclselect' => populate_acl($perm_defaults), + '$aclselect' => populate_acl($perm_defaults,false), '$mitem_desc' => array('mitem_desc', t('Link text'), '', '','*'), '$mitem_link' => array('mitem_link', t('URL of link'), '', '', '*'), '$usezid' => array('usezid', t('Use Red magic-auth if available'), true, ''), @@ -175,7 +175,7 @@ function mitem_content(&$a) { '$menu_id' => $a->data['menu']['menu_id'], '$permissions' => t('Menu Item Permissions'), '$permdesc' => t("\x28click to open/close\x29"), - '$aclselect' => populate_acl($mitem), + '$aclselect' => populate_acl($mitem,false), '$mitem_id' => intval(argv(2)), '$mitem_desc' => array('mitem_desc', t('Link text'), $mitem['mitem_desc'], '','*'), '$mitem_link' => array('mitem_link', t('URL of link'), $mitem['mitem_link'], '', '*'), -- cgit v1.2.3