fix integration bug

This commit is contained in:
John Bintz 2009-12-03 19:12:34 -05:00
parent f311986e5e
commit 94487ac423
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}