Merge remote-tracking branch 'friendica/develop' into bug/fix-diaspora-people-links
# Conflicts: # include/follow.php
This commit is contained in:
		
				commit
				
					
						e8e1f9253d
					
				
			
		
					 148 changed files with 12178 additions and 11976 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ function receive_post(&$a) {
 | 
			
		|||
		$r = q("SELECT * FROM `user` WHERE `guid` = '%s' AND `account_expired` = 0 AND `account_removed` = 0 LIMIT 1",
 | 
			
		||||
			dbesc($guid)
 | 
			
		||||
		);
 | 
			
		||||
		if(! count($r))
 | 
			
		||||
		if(! dbm::is_result($r))
 | 
			
		||||
			http_status_exit(500);
 | 
			
		||||
 | 
			
		||||
		$importer = $r[0];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue