summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-15 22:29:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-15 22:29:03 +0300
commit77924a62860342bf548fa995cf10dd49db5513fc (patch)
treead68651ed5bf32f0293e3ec5ac7494afb43abfdf /plugins
parent1870fe172b41061899c1917303a494d5e567f1bf (diff)
wip: flavor icon cachingexp-flavor-icon-cache
Diffstat (limited to 'plugins')
-rw-r--r--plugins/share/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/init.php b/plugins/share/init.php
index 4ad788428..a386cf1f7 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -142,7 +142,7 @@ class Share extends Plugin {
$line);
$enclosures = Article::_get_enclosures($line["id"]);
- list ($og_image, $og_stream) = Article::_get_image($enclosures, $line['content'], $line["site_url"], $line);
+ list ($og_image, $og_stream) = Article::_get_image($line["id"], $enclosures, $line["content"], $line["site_url"], $line);
$content_decoded = html_entity_decode($line["title"], ENT_NOQUOTES | ENT_HTML401);
$parsed_updated = TimeHelper::make_local_datetime($line["updated"], true, $owner_uid, true);