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

@@ -157,7 +157,7 @@ function editwebpage_content(&$a) {
'$baseurl' => $a->get_baseurl(),
'$defloc' => $itm[0]['location'],
'$visitor' => ($is_owner) ? true : false,
'$acl' => populate_acl($itm[0]),
'$acl' => populate_acl($itm[0],false),
'$showacl' => ($is_owner) ? true : false,
'$public' => t('Public post'),
'$jotnets' => $jotnets,