summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-11 09:42:36 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-11 09:42:36 +0200
commitd97a057346bebb98be293d903a86987273cbee3e (patch)
tree6f1ff7dc2f46b8de0bf2438447cb2f5165aa4199 /phpfspot.class.php
parentb5ff85f75a27397c1ab4164fdefa9d734dc0e39d (diff)
parent7731c49b82089c7b62cc70f84edbae0d39f54fd3 (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.php2
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()