Commit c1415c22 authored by difox's avatar difox

Drag&drop fix

parent 111bf275
...@@ -7,6 +7,7 @@ use yii\helpers\Url; ...@@ -7,6 +7,7 @@ use yii\helpers\Url;
use common\modules\school\models\Courses; use common\modules\school\models\Courses;
use common\modules\testings\models\Test; use common\modules\testings\models\Test;
$initialImages = '';
if ($model->image) { if ($model->image) {
$initialImages[] = Html::img($model->getUrl($model->image)); $initialImages[] = Html::img($model->getUrl($model->image));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment