summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-04-27 09:45:29 -0700
committerArun Persaud <arun@nubati.net>2008-04-27 09:45:29 -0700
commitc052cd0f97959a93bf15184829b08ea1b3482078 (patch)
treeae4392e6db043a2abcb8462086432c98c3b63de1 /phpfspot.class.php
parent44eee10cd3501fe7bc9d3dec5bfe8b919f6dc81f (diff)
suppress error message from exif_read_data
Signed-off-by: Arun Persaud <arun@nubati.net>
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 943c57a..d365588 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -1610,7 +1610,7 @@ class PHPFSPOT {
*/
public function get_meta_informations($file)
{
- return exif_read_data($file);
+ return @exif_read_data($file);
} // get_meta_informations()