Init categories array. Props tellyworth. fixes #6411

git-svn-id: http://svn.automattic.com/wordpress/trunk@7546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-27 07:20:53 +00:00
parent a480e4e55b
commit 70a2ebbdd3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class WP_Import {
var $author_ids = array ();
var $tags = array ();
var $categories = array ();
var $j = -1;
var $fetch_attachments = false;