Browse Source

Adaptation lcLiip (suite bug Capistrano)

master
Guillaume 4 years ago
parent
commit
c7a50b6d39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

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

return $this->liipCacheHelper->getBrowserPath($path, $thumb); return $this->liipCacheHelper->getBrowserPath($path, $thumb);
} else { } else {


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



Loading…
Cancel
Save