]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/actions/newrsvp.php
StatusNet class renamed GNUsocial
[quix0rs-gnu-social.git] / plugins / Event / actions / newrsvp.php
index 7a87d359e07c77a9b81a094ec30fd7d9b80b2973..adc97514486cd47dc8997d62bf0319847690185b 100644 (file)
@@ -72,7 +72,7 @@ class NewrsvpAction extends Action
     {
         parent::prepare($argarray);
         if ($this->boolean('ajax')) {
-            StatusNet::setApi(true); // short error results!
+            GNUsocial::setApi(true); // short error results!
         }
 
         $eventId = $this->trimmed('event');