浏览代码

Adaptation lcLiip (suite bug Capistrano)

master
Guillaume 4 年前
父节点
当前提交
c7a50b6d39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

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

@@ -77,7 +77,7 @@ class FrontendTwigExtension extends AbstractExtension
return $this->liipCacheHelper->getBrowserPath($path, $thumb);
} else {

return $this->liipCacheHelper->getBrowserPath('assets/img/frontend/' . $default, $thumb);
return $this->liipCacheHelper->getBrowserPath($this->getFileManagerFolder() . '/' . $default, $thumb);
}
}


正在加载...
取消
保存