Selaa lähdekoodia

Adaptation lcLiip (suite bug Capistrano)

master
Guillaume 4 vuotta sitten
vanhempi
commit
c7a50b6d39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna