Sfoglia il codice sorgente

Corerectif liip

feature/export_comptable
Fab 4 anni fa
parent
commit
3ef3f94f8a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 0
ShopBundle/Twig/FrontendTwigExtension.php Vedi File

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

Loading…
Annulla
Salva