Index: kernel/classes/ezurlaliasml.php
===================================================================
--- kernel/classes/ezurlaliasml.php	(revision 21717)
+++ kernel/classes/ezurlaliasml.php	(working copy)
@@ -542,7 +542,7 @@
                     if ( $reportErrors )
                         eZDebug::writeError( "Tried to store path '{$path}' but the path already exists (ID: {$curID}) but with action '{$curAction}', the new action was '{$action}'" );
                     return array( 'status' => EZ_URLALIAS_LINK_ALREADY_TAKEN,
-                                  'path'    => null,
+                                  'path'    => $path,
                                   'element' => null );
                 }
                 // Need to adjust name, re-iterate
@@ -748,7 +748,7 @@
                     if ( $reportErrors )
                         eZDebug::writeError( "Tried to store path '{$path}' but the path already exists (ID: {$curID}) but with action '{$curAction}', the new action was '{$action}'" );
                     return array( 'status' => EZ_URLALIAS_LINK_ALREADY_TAKEN,
-                                  'path'    => null,
+                                  'path'    => $path,
                                   'element' => null );
                 }
                 // Need to adjust name, re-iterate
