aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.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/photos.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/photos.php')
-rw-r--r--include/photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php
index 93511d2c0..1a57ce76f 100644
--- a/include/photos.php
+++ b/include/photos.php
@@ -48,7 +48,7 @@ function photo_upload($channel, $observer, $args) {
// all other settings. 'allow_cid' being passed from an external source takes priority over channel settings.
// ...messy... needs re-factoring once the photos/files integration stabilises
- $acl = new AccessList($channel);
+ $acl = new Zotlabs\Access\AccessList($channel);
if(array_key_exists('directory',$args) && $args['directory'])
$acl->set($args['directory']);
if(array_key_exists('allow_cid',$args))