Commit 8445ca506830ad9bf52977c37118246a41efe2ed

Authored by alex
1 parent b8ebc8c6

fix 2

frontend/controllers/SiteController.php
... ... @@ -72,7 +72,7 @@
72 72 */
73 73 public function actionContact()
74 74 {
75   - $contact = new F(['scenario' => F::SCENARIO_DEFAULT]);
  75 + $contact = new F();
76 76 return $this->render(
77 77 'contact',
78 78 [
... ...
frontend/models/Feedback.php
... ... @@ -34,7 +34,7 @@ class Feedback extends ArtboxCoreFeedback
34 34 'when' => function ($model) {
35 35 return !$model->hasErrors();
36 36 },
37   - 'on' => self::SCENARIO_DEFAULT,
  37 +
38 38  
39 39 ],
40 40 [
... ...