aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-05 15:33:09 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-05 15:33:09 -0700
commit3f6d6745def41da7ab2abc04eb0554f2a27a085d (patch)
tree3bbfc542f07cea381af362db08d6ef319b71bbc2 /mod
parentd1daae1b59f48105d50acc02046be96886711da0 (diff)
downloadvolse-hubzilla-3f6d6745def41da7ab2abc04eb0554f2a27a085d.tar.gz
volse-hubzilla-3f6d6745def41da7ab2abc04eb0554f2a27a085d.tar.bz2
volse-hubzilla-3f6d6745def41da7ab2abc04eb0554f2a27a085d.zip
syntax
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php2
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')) {