@@ -430,7 +430,7 @@ |
||
| 430 | 430 | $result = $result ?: []; |
| 431 | 431 | |
| 432 | 432 | // return $this->createCommand($db)->getList($options); |
| 433 | - return $as_array ? ArrayHelper::map($result, 'gl_key', function ($o) { |
|
| 433 | + return $as_array ? ArrayHelper::map($result, 'gl_key', function($o) { |
|
| 434 | 434 | return Yii::t('app', $o->gl_value); |
| 435 | 435 | }) : $result; |
| 436 | 436 | } |