]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/pushhub.php
StatusNet class renamed GNUsocial
[quix0rs-gnu-social.git] / plugins / OStatus / actions / pushhub.php
index 5ab1fc23d833d435787eda24144c363ee15dcc93..5d0b9fbf903f64686388e4eeefc494bdddccc511 100644 (file)
@@ -49,7 +49,7 @@ class PushHubAction extends Action
 
     protected function prepare(array $args=array())
     {
-        StatusNet::setApi(true); // reduce exception reports to aid in debugging
+        GNUsocial::setApi(true); // reduce exception reports to aid in debugging
         return parent::prepare($args);
     }