From 8c8b2391b5ea8183f943edaa4e55983318dec569 Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Wed, 28 Feb 2018 16:10:46 +0100 Subject: [PATCH] Need to call init to register languages --- app/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/config.php b/app/config.php index 0724abcf..080f5de7 100644 --- a/app/config.php +++ b/app/config.php @@ -315,7 +315,9 @@ function (CgiResult $result) use ($c) { }, KeyLighter::class => function () { - return new KeyLighter; + $keylighter = new KeyLighter; + $keylighter->init(); + return $keylighter; }, 'coreContributors' => [