浏览代码

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

正在加载...
取消
保存