Skip to content

Commit 8fd1820

Browse files
author
Igor Chepurnoy
committed
Update update.php
1 parent 868d3f5 commit 8fd1820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/manage/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* @var $this yii\web\View */
99
/* @var $model \yii2mod\comments\models\CommentModel */
1010
/* @var $form yii\widgets\ActiveForm */
11-
$this->title = 'Update Comment: ' . ' ' . $model->id;
11+
$this->title = 'Update Comment: ' . $model->id;
1212
$this->params['breadcrumbs'][] = ['label' => 'Comments Management', 'url' => ['index']];
1313
$this->params['breadcrumbs'][] = 'Update';
1414
?>

0 commit comments

Comments
 (0)