|
@@ -24,7 +24,7 @@ class FileManagerPage extends Action
|
|
|
$layout = $this->controller->getLayoutFile($layout);
|
|
$layout = $this->controller->getLayoutFile($layout);
|
|
|
|
|
|
|
|
return $this->controller->processOutput($this->controller->renderFile($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),
|
|
|
]));
|
|
]));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|