fix : debug removed

This commit is contained in:
jygaulier
2013-03-12 17:08:35 +01:00
parent da335ad65e
commit 5121fe275f

View File

@@ -490,7 +490,7 @@ class recordutils_image extends recordutils
$in_h = $in_size->getHeight();
$wm_file = $registry->get('GV_RootPath') . 'config/wm/' . $base_id;
if (0 && file_exists($wm_file)) {
if (file_exists($wm_file)) {
$wm_image = $imagine->open($wm_file);
$wm_size = $wm_image->getSize();
$wm_w = $wm_size->getWidth();