move accesslist class to namespace

This commit is contained in:
redmatrix
2016-02-20 19:39:54 +11:00
parent 8882ffc0de
commit a9711895cf
15 changed files with 22 additions and 22 deletions

View File

@@ -127,7 +127,7 @@ function mitem_content(&$a) {
$menu_names[] = $menus['menu_name'];
}
$acl = new AccessList($channel);
$acl = new Zotlabs\Access\AccessList($channel);
$lockstate = (($channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock');