diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php index 8af1e0884..600c51f35 100755 --- a/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php +++ b/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php @@ -280,7 +280,6 @@ class TheliaLoop implements SmartyPluginInterface */ protected function createLoopInstance($smartyParams) { - $type = strtolower($smartyParams['type']); if (! isset($this->loopDefinition[$type])) {