Index: /branches/release-41/plugins/WXRImporter/lib/WXRImporter/WXRHandler.pm
===================================================================
--- /branches/release-41/plugins/WXRImporter/lib/WXRImporter/WXRHandler.pm (revision 2718)
+++ /branches/release-41/plugins/WXRImporter/lib/WXRImporter/WXRHandler.pm (revision 2731)
@@ -520,9 +520,8 @@
         } elsif ('_category' eq $key) {
             if ( $hash->{_a} ) {
-                if ( $hash->{_a}->{domain} eq 'tag' && $hash->{_a}->{nicename} )
-                {
+                if ( $hash->{_a}->{domain} eq 'tag' ) {
                     $value = MT::Util::decode_url( $hash->{_a}->{nicename} )
                       if !$value;
-                    push @tags, $value;
+                    push @tags, $value if $value;
                 }
             }
