Browse Source

Merge branch 'develop' of https://forge.laclic.fr/Laclic/SovBundle into develop

develop
Fab 3 years ago
parent
commit
91256d5bc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Twig/TwigExtension.php

+ 1
- 1
Twig/TwigExtension.php View File



public function liip($path, $thumb = 'tile', $default = 'default.jpg') public function liip($path, $thumb = 'tile', $default = 'default.jpg')
{ {
$this->fileComponent->liip($path, $thumb, $default);
return $this->fileComponent->liip($path, $thumb, $default);
} }


public function getFileManagerFolder() public function getFileManagerFolder()

Loading…
Cancel
Save