Commit d20136b1 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 79ed8cbc
...@@ -239,7 +239,7 @@ class BaseForm extends \yii\widgets\ActiveForm ...@@ -239,7 +239,7 @@ class BaseForm extends \yii\widgets\ActiveForm
// $form->end(); // $form->end();
// $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