forked from GNUsocial/gnu-social
		
	Twitter-compatible API: removed redundant decoding step; already taken care of by util.php's common_render_content()
darcs-hash:20080813193327-ca946-c0160fbcc04771e39e303470d3418e84973a8189.gz
This commit is contained in:
		@@ -376,7 +376,7 @@ class TwitapistatusesAction extends TwitterapiAction {
 | 
			
		||||
 | 
			
		||||
		$user = $apidata['user'];
 | 
			
		||||
 | 
			
		||||
		$status = htmlspecialchars_decode($this->trimmed('status'));
 | 
			
		||||
		$status = $this->trimmed('status');
 | 
			
		||||
		$source = $this->trimmed('source');
 | 
			
		||||
 | 
			
		||||
		if (!$source) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user