diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-11 09:42:36 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-11 09:42:36 +0200 |
commit | d97a057346bebb98be293d903a86987273cbee3e (patch) | |
tree | 6f1ff7dc2f46b8de0bf2438447cb2f5165aa4199 /phpfspot.class.php | |
parent | b5ff85f75a27397c1ab4164fdefa9d734dc0e39d (diff) | |
parent | 7731c49b82089c7b62cc70f84edbae0d39f54fd3 (diff) |
fix conflicts during merge of Arun's tree
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 49d0c7d..1e07ccc 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() |