@@ -218,7 +218,7 @@ |
||
| 218 | 218 | |
| 219 | 219 | while( $row = $results->fetch() ) |
| 220 | 220 | { |
| 221 | - if( ( $row[$this->prefix . 'i18n'] = json_decode( ($i18n = $row[$this->prefix . 'i18n'] ?? ''), true ) ) === null ) { |
|
| 221 | + if( ( $row[$this->prefix . 'i18n'] = json_decode( ( $i18n = $row[$this->prefix . 'i18n'] ?? '' ), true ) ) === null ) { |
|
| 222 | 222 | $row[$this->prefix . 'i18n'] = []; |
| 223 | 223 | } |
| 224 | 224 | |