alexlcdee преди 7 години
родител
ревизия
60cdb3d5cf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/FileManagerPage.php

+ 1 - 1
src/FileManagerPage.php

@@ -24,7 +24,7 @@ class FileManagerPage extends Action
         $layout = $this->controller->getLayoutFile($layout);
 
         return $this->controller->processOutput($this->controller->renderFile($layout, [
-            'content' => $this->controller->widget(Widget::class),
+            'content' => $this->controller->widget(Widget::class, ['config' => $this->config], true),
         ]));
     }
 }