1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Merge branch 'master' of git.fakecake.org:tt-rss

This commit is contained in:
Andrew Dolgov
2019-08-16 12:53:51 +03:00
8 changed files with 54 additions and 20 deletions

View File

@@ -141,8 +141,7 @@ class Af_Proxy_Http extends Plugin {
}
}
return get_self_url_prefix() . "/public.php?op=pluginhandler&plugin=af_proxy_http&pmethod=imgproxy&url=" .
urlencode($url);
return $this->host->get_public_method_url($this, "imgproxy", ["url" => $url]);
}
}
}