Skip to content
Snippets Groups Projects
Commit f3fa38cb authored by Florian Will's avatar Florian Will
Browse files

[TASK] added path

parent c17abf6d
No related branches found
No related tags found
1 merge request!52Feature 5168 unify root page selector
......@@ -118,7 +118,7 @@ class BackendController extends ActionController {
$pageInfo = ['uid' => $pageUid];
}
$this->docHeaderComponent = GeneralUtility::makeInstance(DocHeaderComponent::class);
$this->docHeaderComponent = $this->moduleTemplate->getDocHeaderComponent();
$this->docHeaderComponent->setMetaInformation($pageInfo);
BackendService::makeButtons($this->docHeaderComponent, $this->request);
$this->moduleTemplate->assign('docHeader', $this->docHeaderComponent->docHeaderContent());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment