diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-05 15:33:09 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-05 15:33:09 -0700 |
commit | 3f6d6745def41da7ab2abc04eb0554f2a27a085d (patch) | |
tree | 3bbfc542f07cea381af362db08d6ef319b71bbc2 | |
parent | d1daae1b59f48105d50acc02046be96886711da0 (diff) | |
download | volse-hubzilla-3f6d6745def41da7ab2abc04eb0554f2a27a085d.tar.gz volse-hubzilla-3f6d6745def41da7ab2abc04eb0554f2a27a085d.tar.bz2 volse-hubzilla-3f6d6745def41da7ab2abc04eb0554f2a27a085d.zip |
syntax
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index d06a8e69c..f48603d71 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -85,7 +85,7 @@ function photos_post(&$a) { $owner_record = $s[0]; - $acl = AccessList($a->data['channel']); + $acl = new AccessList($a->data['channel']); if((argc() > 3) && (argv(2) === 'album')) { |