diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-15 15:13:16 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-15 15:13:16 -0800 |
commit | cb8cccc5372ba138d3fd86f471408fd917a71514 (patch) | |
tree | e154173c79bb62225ccc792f7bb24163792700ab | |
parent | 2924b9182e787d0266e433169b1db1c3fdd359a7 (diff) | |
download | volse-hubzilla-cb8cccc5372ba138d3fd86f471408fd917a71514.tar.gz volse-hubzilla-cb8cccc5372ba138d3fd86f471408fd917a71514.tar.bz2 volse-hubzilla-cb8cccc5372ba138d3fd86f471408fd917a71514.zip |
fix typos before merging
-rw-r--r-- | include/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |