From: Andreas Unterkircher Date: Sun, 11 May 2008 07:47:08 +0000 (+0200) Subject: do not make get_meta_informations silent - accidently pulled from Arun X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=2472021745fa040d65b04c50b0ff14dba1c7fcbe;hp=d97a057346bebb98be293d903a86987273cbee3e do not make get_meta_informations silent - accidently pulled from Arun Signed-off-by: Andreas Unterkircher --- 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()