forked from grumpydevelop/federator
		
	hotfix article title not being used
This commit is contained in:
		
							parent
							
								
									62cfd6ef0d
								
							
						
					
					
						commit
						572bb376c1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -408,7 +408,7 @@ class ContentNation implements Connector
 | 
			
		|||
                $ap['object'] = [
 | 
			
		||||
                    'type' => 'Article',
 | 
			
		||||
                    'id' => $ourUrl . "/" . $articleOwnerName . "/" . $articleName,
 | 
			
		||||
                    'name' => $jsonData['object']['name'] ?? null,
 | 
			
		||||
                    'name' => $jsonData['object']['title'] ?? null,
 | 
			
		||||
                    'published' => $originalPublished,
 | 
			
		||||
                    'summary' => $jsonData['object']['summary'] ?? null,
 | 
			
		||||
                    'content' => $jsonData['object']['content'] ?? null,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue