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

actions/twitapiusers.php

actions/twitapiusers.php

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