]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/docfile.php
$longurl->url is just the same $canon we fed to File_redirection::where()
[quix0rs-gnu-social.git] / lib / docfile.php
index e3968706953003e5a88e752930c956f22ec0967f..3331bcd19dc262597b97c9bebc00d8f60fae7350 100644 (file)
@@ -113,7 +113,7 @@ class DocFile
         $paths = array(INSTALLDIR.'/local/doc-src/',
                        INSTALLDIR.'/doc-src/');
 
-        $site = StatusNet::currentSite();
+        $site = GNUsocial::currentSite();
         
         if (!empty($site)) {
             array_unshift($paths, INSTALLDIR.'/local/doc-src/'.$site.'/');
@@ -127,7 +127,7 @@ class DocFile
         $paths = array(INSTALLDIR.'/local/mail-src/',
                        INSTALLDIR.'/mail-src/');
 
-        $site = StatusNet::currentSite();
+        $site = GNUsocial::currentSite();
         
         if (!empty($site)) {
             array_unshift($paths, INSTALLDIR.'/local/mail-src/'.$site.'/');