X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FBookmark%2Fbookmarkform.php;h=20101e1effbd3e15ba68f5e9f37eacfcca272423;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=ff75ace71e403a118f2a3aa2de650f9580d1369c;hpb=d9cf0280d281c09042c704a0b87762ca41546c8f;p=quix0rs-gnu-social.git diff --git a/plugins/Bookmark/bookmarkform.php b/plugins/Bookmark/bookmarkform.php index ff75ace71e..20101e1eff 100644 --- a/plugins/Bookmark/bookmarkform.php +++ b/plugins/Bookmark/bookmarkform.php @@ -124,12 +124,14 @@ class BookmarkForm extends Form 'url'); $this->unli(); - list($width, $height) = $this->scaleImage($this->_thumbnail->width, - $this->_thumbnail->height); - if (!empty($this->_thumbnail)) { + + list($width, $height) = $this->scaleImage($this->_thumbnail->width, + $this->_thumbnail->height); + $this->out->element('img', array('src' => $this->_thumbnail->url, + 'class' => 'bookmarkform-thumbnail', 'width' => $width, 'height' => $height)); }