do not make get_meta_informations silent - accidently pulled from Arun
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 11 May 2008 07:47:08 +0000 (09:47 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 11 May 2008 07:47:08 +0000 (09:47 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
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()