From 10c63ed58240c3e652b931be9a880026c465bb50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 15 Aug 2019 20:23:45 +0300 Subject: pluginhost: add helper methods to get private/public pluginmethod endpoint URLs --- plugins/af_proxy_http/init.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/af_proxy_http') diff --git a/plugins/af_proxy_http/init.php b/plugins/af_proxy_http/init.php index 421e04d1f..80100160d 100644 --- a/plugins/af_proxy_http/init.php +++ b/plugins/af_proxy_http/init.php @@ -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]); } } } -- cgit v1.2.3