From 462a21a8f165c24f319d33999e0cc498b58ebfda Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 22 May 2019 13:09:07 +0300 Subject: [PATCH] Flextype Core: Plugins - fixes. --- flextype/Plugins.php | 1 - 1 file changed, 1 deletion(-) diff --git a/flextype/Plugins.php b/flextype/Plugins.php index 01ca688b..581f70d8 100755 --- a/flextype/Plugins.php +++ b/flextype/Plugins.php @@ -38,7 +38,6 @@ class Plugins { $this->flextype = $flextype; $this->locales = JsonParser::decode(Filesystem::read(ROOT_DIR . '/flextype/config/locales.json')); - $this->init($flextype, $app); } public function getLocales()