From e81659553518672b963e5e355f773859c40ac42f Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 19 Jun 2013 12:19:26 +0200 Subject: [PATCH] fix typo --- .../Admin/Controller/BaseAdminController.php | 2 +- .../Compiler/RegisterSmartyPluginPass.php | 28 ++++++++++++++----- 2 files changed, 22 insertions(+), 8 deletions(-) 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;