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
1 changed files with 1 additions and 1 deletions

View File

@ -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(