X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ftheme.php;h=ef7290de2398ea2cdb973f3dea636f3831424a34;hb=60e7dc1e39d4dab5bb46d3b364ab9aec74819323;hp=fbcbbe052a3934eaad47fdd94d28ed15f1506dfd;hpb=9143d4f38493da81328317100b34a37dd67fde54;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)) {