Skip to content
Snippets Groups Projects
Commit 6ef62012 authored by efalcy's avatar efalcy
Browse files

dev #15527 : fix display image plan

parent 955c9257
Branches
Tags
5 merge requests!529Hotline 6.56,!512Master,!500Hotline 6.55,!498Master,!493Dev#15527 localisation bib add genre
......@@ -68,7 +68,7 @@ class Class_Plan extends Storm_Model_Abstract {
$img = "photobib/plans/".$this->getImage();
if(!self::getFileSystem()->file_exists( ROOT_PATH . '/userfiles/'.$img))
if(!self::getFileSystem()->file_exists( $this->getImageServerPath().$this->getImage()))
return '';
return USERFILESURL . $img;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment