fix typos before merging
This commit is contained in:
parent
2924b9182e
commit
cb8cccc537
@ -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
|
||||
|
Reference in New Issue
Block a user