From b8fa80b34bc4b33005261cc4cdb2c5d52722964e Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Thu, 23 May 2019 11:07:51 -0600 Subject: [PATCH] Fix incorrect data pulled in phonotactics exception --- src/php/api/Dictionary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/api/Dictionary.php b/src/php/api/Dictionary.php index dcfb7af..f2882b0 100644 --- a/src/php/api/Dictionary.php +++ b/src/php/api/Dictionary.php @@ -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(