move linker from core to app
This commit is contained in:
parent
b5d3b4e68e
commit
f7568d0626
2 changed files with 2 additions and 5 deletions
|
|
@ -65,7 +65,8 @@
|
|||
parent::preFilter($request, $response);
|
||||
|
||||
// Create linker
|
||||
$this->linker = new \nre\core\Linker($this->request);
|
||||
$this->linker = new \nre\core\Linker($request);
|
||||
$this->set('linker', $this->linker);
|
||||
|
||||
// Create text formatter
|
||||
$this->set('t', new \hhu\z\TextFormatter($this->linker));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue