]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deleteprofile.php
More space for the counter
[quix0rs-gnu-social.git] / actions / deleteprofile.php
index ef4687d5fae07c791cd84df92490b2e11d6c8e0e..cc236f84749f647c08c17abb4282095c3829d8c0 100644 (file)
@@ -24,7 +24,7 @@ class DeleteprofileAction extends Action
     function handle($args)
     {
         parent::handle($args);
-        $this->server_error(_('Code not yet ready.'));
+        $this->serverError(_('Code not yet ready.'));
         return;
         if ('POST' === $_SERVER['REQUEST_METHOD']) {
             $this->handle_post();