From 2472021745fa040d65b04c50b0ff14dba1c7fcbe Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 11 May 2008 09:47:08 +0200 Subject: [PATCH] do not make get_meta_informations silent - accidently pulled from Arun Signed-off-by: Andreas Unterkircher --- phpfspot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpfspot.class.php b/phpfspot.class.php index 1e07ccc..49d0c7d 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1641,7 +1641,7 @@ class PHPFSPOT { */ public function get_meta_informations($file) { - return @exif_read_data($file); + return exif_read_data($file); } // get_meta_informations() -- 2.25.1