diff --git a/views/seo/update.php b/views/seo/update.php index 786a78c..f0fb62e 100755 --- a/views/seo/update.php +++ b/views/seo/update.php @@ -9,7 +9,7 @@ $this->title = Yii::t('app', 'Update {modelClass}: ', [ 'modelClass' => 'Seo', ]) . $model->title; $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Seos'), 'url' => ['index']]; -$this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->d]]; +$this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = Yii::t('app', 'Update'); ?>