Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Oct 26, 2018
1 parent 4e65848 commit ecfe63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
==============

5.2.3.1
----------------
* Fixed

5.2.3
----------------
* Fixed component settings form
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/AdminCmsContentElementController.php
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ public function contentEdit(Event $e)
'pk' => $this->content->id,
])->enableAdmin()->toString());

$e->data = Alert::widget([
$e->content = Alert::widget([
'options' => [
'class' => 'alert-info',
],
Expand Down

0 comments on commit ecfe63e

Please sign in to comment.