X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ftheme.php;h=ef7290de2398ea2cdb973f3dea636f3831424a34;hb=586fb5a5175d7a10f5f78dd026434e48202e5451;hp=fbcbbe052a3934eaad47fdd94d28ed15f1506dfd;hpb=a18d3facf8767419e699adefcfea2081c220185f;p=quix0rs-gnu-social.git diff --git a/lib/theme.php b/lib/theme.php index fbcbbe052a..ef7290de23 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -130,7 +130,7 @@ class Theme */ protected function relativeThemePath($group, $fallbackSubdir, $name) { - if (StatusNet::isHTTPS()) { + if (GNUsocial::isHTTPS()) { $sslserver = common_config($group, 'sslserver'); if (empty($sslserver)) {