Commit 2e53da7e92b03e16b0cfaa430d0ff8f00d2eb425

Authored by Administrator
1 parent 15a0bd15

add yii jquery

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/file/widgets/views/image_sizer.php
... ... @@ -7,7 +7,7 @@
7 7 */
8 8 use yii\helpers\Html;
9 9  
10   -$id = $model->tableSchema->primaryKey;
  10 +$id = $model->tableSchema->primaryKey[0];
11 11  
12 12 ?>
13 13 <div class="file-uploader-block">
... ...