mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 10:17:01 +01:00 
			
		
		
		
	Fix variable typo in Dictionary->getDetails()
This commit is contained in:
		
							parent
							
								
									f753bd66f3
								
							
						
					
					
						commit
						401779adb1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -118,7 +118,7 @@ VALUES ($new_id, ?, ?, ?, ?)";
 | 
			
		|||
          'isComplete' => $result['is_complete'] === '1' ? true : false,
 | 
			
		||||
          'isPublic' => $result['is_public'] === '1' ? true : false,
 | 
			
		||||
        ),
 | 
			
		||||
        'lastUpdated' => is_null($result['last_updated']) ? $results['created_on'] : $result['last_updated'],
 | 
			
		||||
        'lastUpdated' => is_null($result['last_updated']) ? $result['created_on'] : $result['last_updated'],
 | 
			
		||||
        'createdOn' => $result['created_on'],
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue