1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Code cleanup

This commit is contained in:
Cameron
2020-12-09 14:08:28 -08:00
parent c083ae5800
commit 465cc393cf
4 changed files with 7 additions and 4 deletions

View File

@@ -396,7 +396,7 @@ class eFront
$router = new eRouter();
$this->setRouter($router);
/** @var eResponse $response */
$response = e107::getSingleton('eResponse');
$this->setResponse($response);