]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
Changed @id to @class for notices ul
[quix0rs-gnu-social.git] / actions / invite.php
index 15233602e2f731fc314abad3b6fe1808f5676e45..95d96bcde002305832ee768a8c1b63075fa3223f 100644 (file)
@@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); }
 class InviteAction extends Action
 {
 
-    function is_readonly()
+    function isReadOnly()
     {
         return false;
     }
@@ -31,7 +31,7 @@ class InviteAction extends Action
     {
         parent::handle($args);
         if (!common_logged_in()) {
-            $this->client_error(sprintf(_('You must be logged in to invite other users to use %s'),
+            $this->clientError(sprintf(_('You must be logged in to invite other users to use %s'),
                                         common_config('site', 'name')));
             return;
         } else if ($_SERVER['REQUEST_METHOD'] == 'POST') {