From b401e83a5841bbbd7466bad1d359cd956a95a254 Mon Sep 17 00:00:00 2001 From: Yuseinov Date: Fri, 28 Feb 2020 17:45:05 +0200 Subject: [PATCH] =?UTF-8?q?pwa=5FPlugin=20-=20=D0=B8=D0=B7=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D0=B7=D0=B2=D0=B0=D0=BD=D0=B5=20=D0=BD=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D1=80=D0=B5=D0=BA=D1=82=D0=B5=D0=BD=20sourceType=20?= =?UTF-8?q?=D0=B7=D0=B0=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pwa/Plugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwa/Plugin.class.php b/pwa/Plugin.class.php index 309e8063ba4..9441bad743c 100644 --- a/pwa/Plugin.class.php +++ b/pwa/Plugin.class.php @@ -40,7 +40,7 @@ public function act_Default() foreach ($iconSizes as $size) { if ($imageUrl) { // Създаваме thumbnail с определени размери - $thumb = new thumb_Img(array($imageUrl, $size, $size, 'path', 'mode' => 'small-no-change')); + $thumb = new thumb_Img(array($imageUrl, $size, $size, 'url', 'mode' => 'small-no-change')); $tempArray = array(); $img = $thumb->getUrl('deferred'); $tempArray['src'] = $img;