diff options
author | friendica <info@friendica.com> | 2013-05-28 04:50:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-28 04:50:16 -0700 |
commit | 08a4ffd6633896a75f1aa66c7c310fc6fd991912 (patch) | |
tree | dd6bcff6137bceef34283ecfc684b2435b5bd406 /include/photos.php | |
parent | e81e11382f9c746c59fa11b3baef401f8c328cd4 (diff) | |
download | volse-hubzilla-08a4ffd6633896a75f1aa66c7c310fc6fd991912.tar.gz volse-hubzilla-08a4ffd6633896a75f1aa66c7c310fc6fd991912.tar.bz2 volse-hubzilla-08a4ffd6633896a75f1aa66c7c310fc6fd991912.zip |
convert most red photos to zmg
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/photos.php b/include/photos.php index fae01ba80..137123882 100644 --- a/include/photos.php +++ b/include/photos.php @@ -211,7 +211,7 @@ function photo_upload($channel, $observer, $args) { $arr['body'] = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $photo_hash . ']' - . '[img]' . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/img]' + . '[zmg]' . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/zmg]' . '[/zrl]'; $item_id = item_store($arr); @@ -353,7 +353,7 @@ function photos_create_item($channel, $creator_hash, $photo, $visible = false) { $arr['deny_gid'] = $photo['deny_gid']; $arr['body'] = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $photo['resource_id'] . ']' - . '[img]' . z_root() . '/photo/' . $photo['resource_id'] . '-' . $photo['scale'] . '[/img]' + . '[zmg]' . z_root() . '/photo/' . $photo['resource_id'] . '-' . $photo['scale'] . '[/zmg]' . '[/zrl]'; $item_id = item_store($arr); |