mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:25:56 +00:00
normalize some mismatching hook function definitions to match base Plugin class
This commit is contained in:
@@ -97,7 +97,7 @@ class Cache_Starred_Images extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
function hook_enclosure_entry($enc, $article_id) {
|
||||
function hook_enclosure_entry($enc, $article_id, $rv) {
|
||||
$local_filename = $article_id . "-" . sha1($enc["content_url"]);
|
||||
|
||||
if ($this->cache->exists($local_filename)) {
|
||||
|
||||
Reference in New Issue
Block a user