Browse Source

Correctif

develop
Guillaume 3 years ago
parent
commit
333514a84e
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