@@ -75,6 +75,7 @@ class FrontendTwigExtension extends AbstractExtension | |||
if (strpos($path, $fileManagerFolder) === false) { | |||
$path = $fileManagerFolder . '/' . $path; | |||
} | |||
dump(file_exists($path)); | |||
if (file_exists($path)) { | |||
return $this->liipCacheHelper->getBrowserPath($path, $thumb); | |||
} |