# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- a/FeedsXPathParserBase.inc
+++ b/FeedsXPathParserBase.inc
@@ -93,8 +93,6 @@
         $parser_result->items[] = $parsed_item;
       }
     }
-    
-    $parser_result->items[0]['url'] = $fetcher_config['source'];
     unset($this->doc);
     unset($this->xpath);
     return $parser_result;
@@ -447,10 +445,6 @@
         'name' => t('XPath Expression'),
         'description' => t('Allows you to configure an XPath expression that will populate this field.'),
       ),
-       'url' => array(
-        'name' => 'Item URL (Link)',
-        'description' => 'The source URL.',
-      ),
     ) + parent::getMappingSources();
   }
 
