瀏覽代碼

Merge branch 'develop'

master
Guillaume 4 年之前
父節點
當前提交
c9c6920393
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 0
ShopBundle/Twig/FrontendTwigExtension.php 查看文件

@@ -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…
取消
儲存