Explorar el Código

Adaptation lcLiip (suite bug Capistrano)

master
Guillaume hace 4 años
padre
commit
c7a50b6d39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Ver fichero

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


Cargando…
Cancelar
Guardar