From 3f6d6745def41da7ab2abc04eb0554f2a27a085d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 5 Sep 2015 15:33:09 -0700 Subject: syntax --- mod/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/photos.php') 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')) { -- cgit v1.2.3