--- plugins/linkit_plugins/linkit-plugin-entity.class.php	Mon Mar 19 12:53:31 2012
+++ plugins/linkit_plugins/linkit-plugin-entity.class.php	Mon Mar 19 12:53:47 2012
@@ -83,11 +83,7 @@
   function buildPath($entity, $options = array()) {
     // Create the URI for the entity.
     $uri = entity_uri($this->plugin['entity_type'], $entity);
-
-    // We have to set alias to TRUE as we don't want an alias back.
-    $options += array('alias' => TRUE);
-
-    return parent::buildPath($uri['path'], $options);
+    return $uri['path'];
   }
 
   /**
