From a70367ee97eda8749960ab2606bd6c811aec99fa Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 7 Oct 2010 18:39:03 -0300 Subject: Updating XMP handling due to API changes --- exif.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exif.module') 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 +} -- cgit v1.2.3