From 0bea7c7ad2ee8e82a86919b1cd2fea517cc67ec8 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 15 Sep 2008 15:45:31 +0000 Subject: Merge with WP 2.6.2 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1471 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/import/textpattern.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/import/textpattern.php') diff --git a/wp-admin/import/textpattern.php b/wp-admin/import/textpattern.php index c3fb1d7..bbddc08 100644 --- a/wp-admin/import/textpattern.php +++ b/wp-admin/import/textpattern.php @@ -333,7 +333,7 @@ class Textpattern_Import { $category1 = get_category_by_slug($Category1); $category1 = $category1->term_id; $category2 = get_category_by_slug($Category2); - $category2 = $category1->term_id; + $category2 = $category2->term_id; if($cat1 = $category1) { $cats[1] = $cat1; } if($cat2 = $category2) { $cats[2] = $cat2; } -- cgit