Commit 2ee8f894 by Jason Ragsdale

one more change

parent b906121e
...@@ -56,9 +56,9 @@ class Alert extends \yii\bootstrap\Widget ...@@ -56,9 +56,9 @@ class Alert extends \yii\bootstrap\Widget
$this->options['id'] = $this->getId() . '-' . $type; $this->options['id'] = $this->getId() . '-' . $type;
echo \yii\bootstrap\Alert::widget([ echo \yii\bootstrap\Alert::widget([
'body' => $message, 'body' => $message,
'closeButton' => $this->closeButton, 'closeButton' => $this->closeButton,
'options' => $this->options, 'options' => $this->options,
]); ]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment