Przeglądaj źródła

Merge branch 'develop'

master
Guillaume 4 lat temu
rodzic
commit
c9c6920393
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 0
ShopBundle/Twig/FrontendTwigExtension.php Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz