diff options
author | zotlabs <mike@macgirvin.com> | 2019-06-17 18:30:05 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-06-17 18:30:05 -0700 |
commit | becaa3b920bfe87c031c01bdf35d35db5c82e31e (patch) | |
tree | 1ac1eb468c47dfb27fc205d9450d974e0654f8f3 /include | |
parent | 57ed9ec8e2e4d80e5508a62270d3a1d589dbba6b (diff) | |
download | volse-hubzilla-becaa3b920bfe87c031c01bdf35d35db5c82e31e.tar.gz volse-hubzilla-becaa3b920bfe87c031c01bdf35d35db5c82e31e.tar.bz2 volse-hubzilla-becaa3b920bfe87c031c01bdf35d35db5c82e31e.zip |
minor zot6 compatibility issues uncovered through daily use
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( |