mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03:00
[VkBridge] Fix photo URI retrieving (#3010)
VK stopped filling JSON structure containing information for generating URI to full size photo
This commit is contained in:
parent
8ea9472300
commit
8033a5f461
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ class VkBridge extends BridgeAbstract
|
|||
if ($original) {
|
||||
return "<a href='$original'><img src='$thumb'></a>";
|
||||
} else {
|
||||
return "<img src='$thumb'>";
|
||||
return backgroundToImg($a);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue