aboutsummaryrefslogtreecommitdiffstats
path: root/include/menu.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-20 19:39:54 +1100
committerredmatrix <git@macgirvin.com>2016-02-20 19:39:54 +1100
commita9711895cf254a0ca34b1e3f7c8e75bb832e6973 (patch)
tree3992b498320057a3208e94a2edb14eb999309f42 /include/menu.php
parent8882ffc0def76a94d403d9ad4986534634785e6c (diff)
downloadvolse-hubzilla-a9711895cf254a0ca34b1e3f7c8e75bb832e6973.tar.gz
volse-hubzilla-a9711895cf254a0ca34b1e3f7c8e75bb832e6973.tar.bz2
volse-hubzilla-a9711895cf254a0ca34b1e3f7c8e75bb832e6973.zip
move accesslist class to namespace
Diffstat (limited to 'include/menu.php')
-rw-r--r--include/menu.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/menu.php b/include/menu.php
index 075372515..d90cefddb 100644
--- a/include/menu.php
+++ b/include/menu.php
@@ -299,7 +299,7 @@ function menu_add_item($menu_id, $uid, $arr) {
$channel = get_app()->get_channel();
}
- $acl = new AccessList($channel);
+ $acl = new Zotlabs\Access\AccessList($channel);
$acl->set_from_array($arr);
$p = $acl->get();
@@ -340,7 +340,7 @@ function menu_edit_item($menu_id, $uid, $arr) {
$channel = get_app()->get_channel();
}
- $acl = new AccessList($channel);
+ $acl = new Zotlabs\Access\AccessList($channel);
$acl->set_from_array($arr);
$p = $acl->get();