]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/theme.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / theme.php
index fbcbbe052a3934eaad47fdd94d28ed15f1506dfd..ef7290de2398ea2cdb973f3dea636f3831424a34 100644 (file)
@@ -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)) {