Fix incorrect data pulled in phonotactics exception
This commit is contained in:
		
							parent
							
								
									53d808fe30
								
							
						
					
					
						commit
						b8fa80b34b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -101,7 +101,7 @@ VALUES ($new_id, ?, ?, ?, ?)";
 | 
			
		|||
              'onset' => $result['onset'] !== '' ? explode(',', $result['onset']) : array(),
 | 
			
		||||
              'nucleus' => $result['nucleus'] !== '' ? explode(',', $result['nucleus']) : array(),
 | 
			
		||||
              'coda' => $result['coda'] !== '' ? explode(',', $result['coda']) : array(),
 | 
			
		||||
              'exceptions' => $result['parts_of_speech'],
 | 
			
		||||
              'exceptions' => $result['exceptions'],
 | 
			
		||||
            ),
 | 
			
		||||
          ),
 | 
			
		||||
          'orthography' => array(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue