Skip to content
Snippets Groups Projects
Commit 819137d0 authored by efalcy's avatar efalcy
Browse files

dev #15527 remove xdebug_break

parent ff7337cc
Branches
Tags
5 merge requests!529Hotline 6.56,!512Master,!500Hotline 6.55,!493Dev#15527 localisation bib add genre,!449Dev#15527 localisation bib add genre
......@@ -113,7 +113,6 @@ class Class_Localisation extends Storm_Model_Abstract {
// ----------------------------------------------------------------
public function getImagePlan()
{
xdebug_break();
if (!$plan=$this->getPlan())
return [];
......@@ -122,7 +121,6 @@ class Class_Localisation extends Storm_Model_Abstract {
if ($image == "" or (self::getFileSystem()->file_exists(self::getFileSystem()->getcwd().$img)==false))
return false;
xdebug_break();
$ret=self::getFileSystem()->getimagesize(getcwd().$img);
$ret["url"]=BASE_URL.$img;
return $ret;
......
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