Init categories array. Props tellyworth. fixes #6411

git-svn-id: https://develop.svn.wordpress.org/trunk@7546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-27 07:20:53 +00:00
parent 8bb8033d6c
commit ad508b0252
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;