forked from GNUsocial/gnu-social
		
	fix bad function call
This commit is contained in:
		@@ -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;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user