]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/pushcallback.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / OStatus / actions / pushcallback.php
index 1dab72b2e0fc95d941dc6c3f8bdcaf38094911dd..95514112ca63e08c7518175ca82e1502d9910f3e 100644 (file)
@@ -30,7 +30,7 @@ class PushCallbackAction extends Action
 {
     protected function handle()
     {
-        StatusNet::setApi(true); // Minimize error messages to aid in debugging
+        GNUsocial::setApi(true); // Minimize error messages to aid in debugging
         parent::handle();
         if ($this->isPost()) {
             return $this->handlePost();