ソースを参照

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

読み込み中…
キャンセル
保存