Skip to content

Commit 5c8976c

Browse files
georgringerdkd-kaehm
authored andcommitted
[BUGFIX] Use correct controller code
1 parent 897b12c commit 5c8976c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Classes/Controller/Backend/SolrModule/TikaControlPanelModuleController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function setTikaConfiguration(array $tikaConfiguration): void
102102
*
103103
* @throws Exception
104104
*/
105-
public function indexAction(): void
105+
public function indexAction()
106106
{
107107
$this->view->assign('configuration', $this->tikaConfiguration);
108108
$this->view->assign(
@@ -124,6 +124,7 @@ public function indexAction(): void
124124
]
125125
);
126126
}
127+
return $this->getModuleTemplateResponse();
127128
}
128129

129130
/**

0 commit comments

Comments
 (0)