]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix bad function call
authorZach Copley <zach@controlyourself.ca>
Mon, 6 Jul 2009 22:49:26 +0000 (15:49 -0700)
committerZach Copley <zach@controlyourself.ca>
Mon, 6 Jul 2009 22:49:26 +0000 (15:49 -0700)
actions/twitapiusers.php

index 0461efcb4e9e0ee8f2675fc1ef42705f5412feee..a47fdfbc38d0f8b2e0c1c0a6a520e3b76433cd6b 100644 (file)
@@ -45,7 +45,7 @@ class TwitapiusersAction extends TwitterapiAction
         }
 
         if (!$user) {
-            $this->client_error(_('Not found.'), 404, $apidata['content-type']);
+            $this->clientError(_('Not found.'), 404, $apidata['content-type']);
             return;
         }