From ccdece692a77d71e89b59c7ee908c0f3f6063911 Mon Sep 17 00:00:00 2001 From: hexstudy Date: Tue, 19 Jan 2016 21:46:49 +0000 Subject: [PATCH] git-svn-id: https://msi/svn/firstRepo/Service/branches/Manut_2.2.3@55 0f545695-f87b-41b6-9a03-7f16563b5454 --- image.php | 1 - 1 file changed, 1 deletion(-) diff --git a/image.php b/image.php index 1b15d72..11007ec 100644 --- a/image.php +++ b/image.php @@ -18,7 +18,6 @@ $app->get('/photo/thumbnail/:imageID(/:createImgTag)', function ($imageID, $crea } else if ($retObj["type_format"] == "image/png") { $ext = "png"; }*/ - $folder = $dirRicetteDropBox . "/" . $retObj["id_ricette"]; $imageFileName = $imageID . "_thumb_ricetta." . $ext;