aboutsummaryrefslogtreecommitdiff
path: root/exif.module
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-10-07 18:39:03 -0300
committerSilvio <silvio@devlet.com.br>2010-10-07 18:39:03 -0300
commita70367ee97eda8749960ab2606bd6c811aec99fa (patch)
tree74a434900e6327706cb805f07df03f4e968e0fbc /exif.module
parentc1159f9872aca3275af2a79b86692dc902726fcc (diff)
downloadexif-a70367ee97eda8749960ab2606bd6c811aec99fa.tar.gz
exif-a70367ee97eda8749960ab2606bd6c811aec99fa.tar.bz2
Updating XMP handling due to API changes
Diffstat (limited to 'exif.module')
-rwxr-xr-xexif.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/exif.module b/exif.module
index ecbbd6e..7d955f1 100755
--- a/exif.module
+++ b/exif.module
@@ -60,6 +60,7 @@ function exif_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
if (! _exif_check_for_exif_data($node->type)) {
return;
}
+
$info = content_types($node->type);
$fields = $info['fields'];
$exif = _exif_get_class();
@@ -344,4 +345,4 @@ function fast_gallery_token_values($type, $object = NULL, $options = array()) {
//dsm($tokens);
return $tokens;
}
-} \ No newline at end of file
+}