partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 03e3847ad8fe8046bc5273a29139838f07dca370
parent 7fe16f0b770c93c02e4ca553a5a53db2581eac71
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 16 Dec 2013 17:21:27 +0100

Use the app kernel from the global scope

Diffstat:
Msrc/frontend/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/index.php b/src/frontend/index.php @@ -16,7 +16,7 @@ $loader = require_once __DIR__.'/../app/bootstrap.php.cache'; require_once __DIR__.'/../app/AppKernel.php'; -$kernel = new AppKernel('dev', false); +$kernel = new \AppKernel('dev', false); $kernel->loadClassCache(); PartKeepr::initialize("");