forked from friendica/friendica-addons
		
	[various] Rename PageInfo::appendToBody to searchAndAppendToBody
This commit is contained in:
		
					parent
					
						
							
								1534404e3a
							
						
					
				
			
			
				commit
				
					
						a80e9154c5
					
				
			
		
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -897,7 +897,7 @@ function statusnet_fetchtimeline(App $a, $uid)
 | 
			
		|||
 | 
			
		||||
				$_REQUEST["title"] = "";
 | 
			
		||||
 | 
			
		||||
				$_REQUEST["body"] = PageInfo::appendToBody($post->text, true);
 | 
			
		||||
				$_REQUEST["body"] = PageInfo::searchAndAppendToBody($post->text, true);
 | 
			
		||||
				if (is_string($post->place->name)) {
 | 
			
		||||
					$_REQUEST["location"] = $post->place->name;
 | 
			
		||||
				}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue