more get rid of illegal offset in include/conversation

This commit is contained in:
redmatrix
2016-09-08 22:33:39 -07:00
parent 956dab69b4
commit 2d83ea86dc
3 changed files with 10 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ class Network extends \Zotlabs\Web\Controller {
if($_GET['pf'] === '1')
$deftag = '@' . t('forum') . '+' . intval($cid) . '+';
else
$def_acl = array('allow_cid' => '<' . $r[0]['abook_xchan'] . '>');
$def_acl = [ 'allow_cid' => '<' . $r[0]['abook_xchan'] . '>', 'allow_gid' => '', 'deny_cid' => '', 'deny_gid' => '' ];
}
if(! $update) {