Index: wp-app.php
===================================================================
--- wp-app.php	(revision 6534)
+++ wp-app.php	(working copy)
@@ -332,7 +333,7 @@
 		$post_title = $parsed->title[1];
 		$post_content = $parsed->content[1];
 		$post_excerpt = $parsed->summary[1];
-		$pubtimes = $this->get_publish_time($entry);
+		$pubtimes = $this->get_publish_time($parsed);
 		$post_date = $pubtimes[0];
 		$post_date_gmt = $pubtimes[1];

