Same same but different
This commit is contained in:
		
					parent
					
						
							
								c42c121e51
							
						
					
				
			
			
				commit
				
					
						9930c61263
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2079,8 +2079,8 @@ class DFRN | ||||||
| 				return false; | 				return false; | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			$fields = ['title' => defaults($item["title"], ''), 'body' => defaults($item["body"], ''), | 			$fields = ['title' => defaults($item, 'title', ''), 'body' => defaults($item, 'body', ''), | ||||||
| 					'tag' => defaults($item["tag"], ''), 'changed' => DateTimeFormat::utcNow(), | 					'tag' => defaults($item, 'tag', ''), 'changed' => DateTimeFormat::utcNow(), | ||||||
| 					'edited' => DateTimeFormat::utc($item["edited"])]; | 					'edited' => DateTimeFormat::utc($item["edited"])]; | ||||||
| 
 | 
 | ||||||
| 			$condition = ["`uri` = ? AND `uid` IN (0, ?)", $item["uri"], $importer["importer_uid"]]; | 			$condition = ["`uri` = ? AND `uid` IN (0, ?)", $item["uri"], $importer["importer_uid"]]; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue