diff --git a/pathauto.inc b/pathauto.inc
index d1f9383..6cf2a20 100644
--- a/pathauto.inc
+++ b/pathauto.inc
@@ -10,7 +10,7 @@
  */
 class MigratePathautoHandler extends MigrateDestinationHandler {
   public function __construct() {
-    $this->registerTypes(array('node', 'user', 'taxonomy_term'));
+    $this->registerTypes(array('node', 'user', 'term'));
   }
 
   /**
