Преглед изворни кода

Corerectif liip

feature/export_comptable
Fab пре 4 година
родитељ
комит
760b5d8989
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Прегледај датотеку

@@ -75,7 +75,7 @@ class FrontendTwigExtension extends AbstractExtension
if (strpos($path, $fileManagerFolder) === false) {
$path = $fileManagerFolder . '/' . $path;
}
dump(file_exists($path));
//dump(file_exists($path));
if (file_exists($path)) {
return $this->liipCacheHelper->getBrowserPath($path, $thumb);
}

Loading…
Откажи
Сачувај