(int)er the dragon.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2007-03-23 00:59:21 +00:00
parent 46fa88baf1
commit 7602d17899
31 changed files with 434 additions and 432 deletions

View File

@@ -174,7 +174,7 @@ class WP_Import {
return;
}
$this->file = $file['file'];
$this->id = $file['id'];
$this->id = (int) $file['id'];
$this->get_entries();
$this->wp_authors_form();