summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php2
1 files changed, 1 insertions, 1 deletions
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()