fix

parent 865b4f3e
......@@ -120,7 +120,7 @@ use common\modules\bids\models\BidFile;
Приложенные файлы:
<?php foreach ($model->files as $file)
{
echo Html::a($file->filename,\Yii::$app->params['frontUrl'].BidFile::FILE_FOLDER.$file->filename) . '<br>';
echo Html::a($file->filename, $file->getUrl()) . '<br>';
} ?>
<?php endif; ?>
......
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