mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +00:00
move all $fetch globals to UrlHelper
This commit is contained in:
@@ -276,8 +276,7 @@ class Af_RedditImgur extends Plugin {
|
||||
}
|
||||
} else {
|
||||
if (!$tmp) {
|
||||
global $fetch_last_error;
|
||||
Debug::log("JSON: failed to fetch post:" . $fetch_last_error, Debug::$LOG_EXTENDED);
|
||||
Debug::log("JSON: failed to fetch post:" . UrlHelper::$fetch_last_error, Debug::$LOG_EXTENDED);
|
||||
}
|
||||
}
|
||||
} else if (!$anchor) {
|
||||
|
||||
Reference in New Issue
Block a user