do not make get_meta_informations silent - accidently pulled from Arun
[phpfspot.git] / phpfspot.class.php
index 1e07ccc586ec146aa34fcc0c857b0e265e5b8c0d..49d0c7df071da319c16c829bbc9d5be55a101d2e 100644 (file)
@@ -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()