Ver código fonte

Corerectif liip

feature/export_comptable
Fab 4 anos atrás
pai
commit
760b5d8989
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Ver arquivo

@@ -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);
}

Carregando…
Cancelar
Salvar