diff --git a/core/lib/Thelia/Admin/Controller/BaseAdminController.php b/core/lib/Thelia/Admin/Controller/BaseAdminController.php index deca35d33..eaee6ee39 100644 --- a/core/lib/Thelia/Admin/Controller/BaseAdminController.php +++ b/core/lib/Thelia/Admin/Controller/BaseAdminController.php @@ -45,7 +45,7 @@ class BaseAdminController $this->parser = $parser; - // FIXME: should be red from config + // FIXME: should be read from config $this->parser->setTemplate('admin/default'); } diff --git a/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterSmartyPluginPass.php b/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterSmartyPluginPass.php index ccf1f8d9b..edb979bc6 100644 --- a/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterSmartyPluginPass.php +++ b/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterSmartyPluginPass.php @@ -1,11 +1,25 @@ . */ +/* */ +/*************************************************************************************/ namespace Thelia\Core\DependencyInjection\Compiler;