From ced49d9cb97d26e84d70780e9ee6da226359ca8b Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 17 Nov 2006 15:19:07 +0000 Subject: [PATCH] remove unstrict check --- include/functions_images.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 420962de..44a1af20 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -308,7 +308,7 @@ function serendipity_deleteImage($id) { $file = serendipity_fetchImageFromDatabase($id); - if (!is_array($file) || !isset($file['path'])) { + if (!is_array($file)) { printf(FILE_NOT_FOUND . '
', $id); return false; }