From 8033a5f461e524d9f5860319683742802b2fe4ae Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Tue, 6 Sep 2022 02:41:41 +0500 Subject: [PATCH] [VkBridge] Fix photo URI retrieving (#3010) VK stopped filling JSON structure containing information for generating URI to full size photo --- bridges/VkBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/VkBridge.php b/bridges/VkBridge.php index bb554bc1..b6bf1b94 100644 --- a/bridges/VkBridge.php +++ b/bridges/VkBridge.php @@ -374,7 +374,7 @@ class VkBridge extends BridgeAbstract if ($original) { return ""; } else { - return ""; + return backgroundToImg($a); } }