diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-27 22:20:30 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-27 22:20:30 -0700 |
commit | ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c (patch) | |
tree | c3a985dd76566bdcb34fbde227fb7fe78209bc5e /mod/mitem.php | |
parent | 3fbb955cf23c5f92ba96086841ac6a2c510d4870 (diff) | |
download | volse-hubzilla-ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c.tar.gz volse-hubzilla-ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c.tar.bz2 volse-hubzilla-ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c.zip |
more work on AccessList integration
Diffstat (limited to 'mod/mitem.php')
-rw-r--r-- | mod/mitem.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/mitem.php b/mod/mitem.php index 3959da032..0fadd1548 100644 --- a/mod/mitem.php +++ b/mod/mitem.php @@ -2,7 +2,6 @@ require_once('include/menu.php'); require_once('include/acl_selectors.php'); -require_once('include/AccessList.php'); function mitem_init(&$a) { |