From 94487ac423f0f53eea92a9259f31beba366912b4 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 3 Dec 2009 19:12:34 -0500 Subject: [PATCH] fix integration bug --- classes/ComicPressMediaHandling.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ComicPressMediaHandling.inc b/classes/ComicPressMediaHandling.inc index 1f4b3c8..28dbe4c 100644 --- a/classes/ComicPressMediaHandling.inc +++ b/classes/ComicPressMediaHandling.inc @@ -179,7 +179,7 @@ class ComicPressMediaHandling { global $post; $post_to_use = !is_null($override_post) ? $override_post : $post; - if ($uri = $this->_check_post_meta($post_to_use, $type)) { + if ($uri = $this->_check_post_meta_data($post_to_use, $type)) { if ($result = $this->_ensure_valid_url($uri, $type)) { return $result; }