X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fplugin.php;h=9427827eda04c3b6c4d06aba3038d05a9f637e4e;hb=b53e1439969bfa2c0b551d8cc2fc8fe15652c62a;hp=c43faef5575fa5904456b83813afda42ec9c0f7c;hpb=996345088e8d57cf39fa38129ab50ff02918a275;p=quix0rs-gnu-social.git diff --git a/lib/plugin.php b/lib/plugin.php index c43faef557..9427827eda 100644 --- a/lib/plugin.php +++ b/lib/plugin.php @@ -196,7 +196,7 @@ class Plugin static function staticPath($plugin, $relative) { - $isHTTPS = StatusNet::isHTTPS(); + $isHTTPS = GNUsocial::isHTTPS(); if ($isHTTPS) { $server = common_config('plugins', 'sslserver');