This commit is contained in:
franck
2013-07-08 13:18:58 +02:00
parent abdff9bc1a
commit d68c50df95

View File

@@ -280,7 +280,6 @@ class TheliaLoop implements SmartyPluginInterface
*/ */
protected function createLoopInstance($smartyParams) protected function createLoopInstance($smartyParams)
{ {
$type = strtolower($smartyParams['type']); $type = strtolower($smartyParams['type']);
if (! isset($this->loopDefinition[$type])) { if (! isset($this->loopDefinition[$type])) {