Procházet zdrojové kódy

Adaptation lcLiip (suite bug Capistrano)

master
Guillaume před 4 roky
rodič
revize
c7a50b6d39
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Zobrazit soubor

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


Načítá se…
Zrušit
Uložit