From c40d65ba25bbdea033bef38506310fac09f81769 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 3 May 2012 14:45:26 +0000 Subject: [PATCH] //small fix --- modules/editorial/editorial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editorial/editorial.php b/modules/editorial/editorial.php index 1fb13b0a0..33dee190b 100644 --- a/modules/editorial/editorial.php +++ b/modules/editorial/editorial.php @@ -216,7 +216,7 @@ class Editorial extends Module if ($input['name'] != 'body_homepage_logo') $helper->fields_value[$input['name']] = $editorial->{$input['name']}; - $helper->fields_value['image'] = (file_exists(dirname(__FILE__).'/homepage_logo_'.(int)$id_shop.'.jpg') ? '' : ''); + $helper->fields_value['image'] = (file_exists(dirname(__FILE__).'/homepage_logo_'.(int)$id_shop.'.jpg') ? '' : ''); if ($helper->fields_value['image']) $helper->fields_value['size'] = filesize(dirname(__FILE__).'/homepage_logo_'.(int)$id_shop.'.jpg') / 1000;