Commit b98e94c9c5f563bc300fc8625cb3b7a4e2644404

Authored by Alexey Boroda
1 parent b4c8cb31

-Seo fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/seo/update.php
... ... @@ -9,7 +9,7 @@ $this->title = Yii::t('app', 'Update {modelClass}: ', [
9 9 'modelClass' => 'Seo',
10 10 ]) . $model->title;
11 11 $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Seos'), 'url' => ['index']];
12   -$this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->d]];
  12 +$this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->id]];
13 13 $this->params['breadcrumbs'][] = Yii::t('app', 'Update');
14 14 ?>
15 15 <div class="seo-update">
... ...