mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
fix : debug removed
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user