Sfoglia il codice sorgente

Adaptation lcLiip (suite bug Capistrano)

master
Guillaume 4 anni fa
parent
commit
c7a50b6d39
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Vedi File

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


Loading…
Annulla
Salva