These lines didn't do anything that the following line didn't just overwrite
This commit is contained in:
parent
92dace9f2a
commit
113f7d04a7
|
@ -432,9 +432,6 @@ class QvitterPlugin extends Plugin {
|
||||||
$thumb = File_thumbnail::getKV('file_id', $attachment->id);
|
$thumb = File_thumbnail::getKV('file_id', $attachment->id);
|
||||||
if ($thumb instanceof File_thumbnail) {
|
if ($thumb instanceof File_thumbnail) {
|
||||||
$attachment_url_to_id[$enclosure_o->url]['id'] = $attachment->id;
|
$attachment_url_to_id[$enclosure_o->url]['id'] = $attachment->id;
|
||||||
if($attachment->width > 1000) {
|
|
||||||
$attachment_url_to_id[$enclosure_o->url]['thumb_url'] = $thumb->getUrl();
|
|
||||||
}
|
|
||||||
$attachment_url_to_id[$enclosure_o->url]['thumb_url'] = $thumb->getUrl();
|
$attachment_url_to_id[$enclosure_o->url]['thumb_url'] = $thumb->getUrl();
|
||||||
$attachment_url_to_id[$enclosure_o->url]['width'] = $attachment->width;
|
$attachment_url_to_id[$enclosure_o->url]['width'] = $attachment->width;
|
||||||
$attachment_url_to_id[$enclosure_o->url]['height'] = $attachment->height;
|
$attachment_url_to_id[$enclosure_o->url]['height'] = $attachment->height;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user