]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Realtime/scripts/cleanupchannels.php
Merge branch 'master' of git.gnu.io:Quix0r/gnu-social
[quix0rs-gnu-social.git] / plugins / Realtime / scripts / cleanupchannels.php
index 220d85b7e4b10355e4f64ac021524bacb37c4e78..b6035bfac56227814ffb7d0e3b8945577b8a861c 100644 (file)
@@ -62,7 +62,7 @@ if (have_option('u', 'universe')) {
     if ($sn->find()) {
         while ($sn->fetch()) {
             $server = $sn->getServerName();
-            StatusNet::init($server);
+            GNUsocial::init($server);
             cleanupChannels();
         }
     }