projects
/
phpfspot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
suppress error message from exif_read_data
[phpfspot.git]
/
phpfspot.class.php
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 943c57af1b4a4e9659aff17f32efd3601dccf8c0..d3655880c7182847e64a3799628fe2286515a026 100644
(file)
--- 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()