Fix notice "Undefined index: author-network"
This commit is contained in:
		
					parent
					
						
							
								de19f94aca
							
						
					
				
			
			
				commit
				
					
						64dc3519a4
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -166,7 +166,7 @@ class Notifier
 | 
			
		|||
		if (!empty($target_item) && !empty($items)) {
 | 
			
		||||
			$parent = $items[0];
 | 
			
		||||
 | 
			
		||||
			$fields = ['network', 'author-id', 'author-link', 'owner-id'];
 | 
			
		||||
			$fields = ['network', 'author-id', 'author-link', 'author-network', 'owner-id'];
 | 
			
		||||
			$condition = ['uri' => $target_item["thr-parent"], 'uid' => $target_item["uid"]];
 | 
			
		||||
			$thr_parent = Item::selectFirst($fields, $condition);
 | 
			
		||||
			if (empty($thr_parent)) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue