Some more function calls changed to the new class
This commit is contained in:
		
					parent
					
						
							
								75f5cfe63e
							
						
					
				
			
			
				commit
				
					
						9ae2b2292f
					
				
			
		
					 7 changed files with 19 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -303,7 +303,7 @@ function new_contact($uid,$url,$interactive = false) {
 | 
			
		|||
		}
 | 
			
		||||
		if($contact['network'] == NETWORK_DIASPORA) {
 | 
			
		||||
			require_once('include/diaspora.php');
 | 
			
		||||
			$ret = diaspora_share($a->user,$contact);
 | 
			
		||||
			$ret = diaspora::send_share($a->user,$contact);
 | 
			
		||||
			logger('mod_follow: diaspora_share returns: ' . $ret);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue