aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-28 19:45:02 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-28 19:45:02 -0700
commitb5dfc54be3fac5b500e11900da3212b104c9f66b (patch)
tree1fd3b81c9879422431f5f235a1de2ace1e23403b /include/photos.php
parent848e3f6c5d2aa10025fae11d1344c09c9adb84f9 (diff)
downloadvolse-hubzilla-b5dfc54be3fac5b500e11900da3212b104c9f66b.tar.gz
volse-hubzilla-b5dfc54be3fac5b500e11900da3212b104c9f66b.tar.bz2
volse-hubzilla-b5dfc54be3fac5b500e11900da3212b104c9f66b.zip
fix the typo
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 84e734ced..c7360a956 100644
--- a/include/photos.php
+++ b/include/photos.php
@@ -387,7 +387,7 @@ function photo_upload($channel, $observer, $args) {
// in the photos pages - using the photos permissions instead. We need the public policy to keep the photo
// linked item from leaking into the feed when somebody has a channel with read_stream restrictions.
- $arr['public_policy'] = map_scope($channel['channel_r_stream'],true));
+ $arr['public_policy'] = map_scope($channel['channel_r_stream'],true);
if($arr['public_policy'])
$arr['item_private'] = 1;