Merge pull request #8597 from annando/notice
Fixed notice because of missing field
This commit is contained in:
		
				commit
				
					
						eb8dcd43f3
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -265,7 +265,7 @@ class Diaspora
 | 
			
		|||
			return $contacts;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		$items = Item::select(['author-id', 'author-link', 'parent-author-link', 'parent-guid'],
 | 
			
		||||
		$items = Item::select(['author-id', 'author-link', 'parent-author-link', 'parent-guid', 'guid'],
 | 
			
		||||
			['parent' => $item['parent'], 'gravity' => [GRAVITY_COMMENT, GRAVITY_ACTIVITY]]);
 | 
			
		||||
		while ($item = DBA::fetch($items)) {
 | 
			
		||||
			$contact = DBA::selectFirst('contact', ['id', 'url', 'name', 'protocol', 'batch', 'network'],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue