move linker from core to app

This commit is contained in:
coderkun 2014-05-25 00:42:08 +02:00
commit f7568d0626
2 changed files with 2 additions and 5 deletions

View file

@ -165,10 +165,6 @@
// Response speichern
$this->response = $response;
// Linker erstellen
$this->set('linker', new \nre\core\Linker($request));
}