Commit d54ccee1 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавили отключение буфера и его очистку

parent 1d63f9ea
...@@ -240,7 +240,8 @@ class BaseForm extends \yii\widgets\ActiveForm ...@@ -240,7 +240,8 @@ class BaseForm extends \yii\widgets\ActiveForm
$out = ob_get_contents(); $out = ob_get_contents();
ob_end_clean(); ob_end_clean();
$this->out = $out; $this->out = $out;
self::run();
// self::run();
} }
......
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