1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-14 22:21:31 +02:00

Fix incorrect data pulled in phonotactics exception

This commit is contained in:
Robbie Antenesse 2019-05-23 11:07:51 -06:00
parent 53d808fe30
commit b8fa80b34b

View file

@ -101,7 +101,7 @@ VALUES ($new_id, ?, ?, ?, ?)";
'onset' => $result['onset'] !== '' ? explode(',', $result['onset']) : array(), 'onset' => $result['onset'] !== '' ? explode(',', $result['onset']) : array(),
'nucleus' => $result['nucleus'] !== '' ? explode(',', $result['nucleus']) : array(), 'nucleus' => $result['nucleus'] !== '' ? explode(',', $result['nucleus']) : array(),
'coda' => $result['coda'] !== '' ? explode(',', $result['coda']) : array(), 'coda' => $result['coda'] !== '' ? explode(',', $result['coda']) : array(),
'exceptions' => $result['parts_of_speech'], 'exceptions' => $result['exceptions'],
), ),
), ),
'orthography' => array( 'orthography' => array(