diff options
author | Mario <mario@mariovavti.com> | 2019-06-18 10:35:50 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-06-18 10:35:50 +0200 |
commit | fc2a038ee1ba366d8ed3d6e301e8de3b05290889 (patch) | |
tree | 612d3818ba069e1a54023ec6dd5020269eee6f69 /include | |
parent | 619b39f9553db3f88b5a8061c423f1eee37bdd3b (diff) | |
parent | becaa3b920bfe87c031c01bdf35d35db5c82e31e (diff) | |
download | volse-hubzilla-fc2a038ee1ba366d8ed3d6e301e8de3b05290889.tar.gz volse-hubzilla-fc2a038ee1ba366d8ed3d6e301e8de3b05290889.tar.bz2 volse-hubzilla-fc2a038ee1ba366d8ed3d6e301e8de3b05290889.zip |
Merge branch 'dev' into 'dev'
minor zot6 compatibility issues uncovered through daily use
See merge request hubzilla/core!1671
Diffstat (limited to 'include')
-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 7ea2729ae..7fd712f3e 100644 --- a/include/photos.php +++ b/include/photos.php @@ -390,7 +390,7 @@ function photo_upload($channel, $observer, $args) { 'edited' => $p['edited'], 'id' => z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $photo_hash, 'link' => $link, - 'body' => $obj_body + 'body' => $summary ); $target = array( |