diff --git a/core/core.php b/core/core.php index 4f562b7d..b5682eb9 100644 --- a/core/core.php +++ b/core/core.php @@ -976,6 +976,7 @@ class common { if (!is_dir($fileInfo['dirname'])) { mkdir($fileInfo['dirname'], 0755, true); } + $source_image = ''; // Type d'image switch( $fileInfo['extension']) { case 'jpeg':