浏览代码

Corerectif liip

feature/export_comptable
Fab 4 年前
父节点
当前提交
3ef3f94f8a
共有 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);
}

正在加载...
取消
保存