X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdocfile.php;h=583f7ebc9b3190353763ca2439f9d42f1815511c;hb=b53e1439969bfa2c0b551d8cc2fc8fe15652c62a;hp=2e2afbd014de511f6c3acb75fa04eee8e56e9006;hpb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;p=quix0rs-gnu-social.git diff --git a/lib/docfile.php b/lib/docfile.php index 2e2afbd014..583f7ebc9b 100644 --- a/lib/docfile.php +++ b/lib/docfile.php @@ -105,7 +105,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.'/'); @@ -119,7 +119,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.'/');