Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit d7b3fd9

Browse files
committed
release
1 parent ccf3404 commit d7b3fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/menu/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<h1><?= Html::encode($this->title) ?></h1>
1919

2020
<p>
21-
<?php $form = ActiveForm::begin(); ?>
21+
<?php ActiveForm::begin(); ?>
2222
<?= Html::a(Yii::t('diecoding-rbac', 'Update'), ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?>
2323
<?= Html::a(Yii::t('diecoding-rbac', 'Delete'), ['delete', 'id' => $model->id], [
2424
'class' => 'btn btn-danger',

0 commit comments

Comments
 (0)