From cb8cccc5372ba138d3fd86f471408fd917a71514 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 15 Dec 2015 15:13:16 -0800 Subject: fix typos before merging --- include/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/photos.php b/include/photos.php index 75d6ccd9b..93511d2c0 100644 --- a/include/photos.php +++ b/include/photos.php @@ -320,7 +320,7 @@ function photo_upload($channel, $observer, $args) { $target = array( 'type' => ACTIVITY_OBJ_ALBUM, 'title' => (($album) ? $album : '/'), - 'id' => rawurlencode(z_root() . '/photos/' . $channel['channel_address'] . '/album/' . bin2hex($album), + 'id' => rawurlencode(z_root() . '/photos/' . $channel['channel_address'] . '/album/' . bin2hex($album)) ); // Create item container -- cgit v1.2.3