*** xmlsitemap/xmlsitemap.module	2011-05-16 18:19:35.000000000 +0200
--- ../www/ultradimidium/www/modules/xmlsitemap/xmlsitemap.module	2011-06-01 10:28:25.860497000 +0200
***************
*** 477,483 ****
   *   An optional specific chunk in the sitemap. Defaults to the index page.
   */
  function xmlsitemap_sitemap_get_file(stdClass $sitemap, $chunk = 'index') {
!   return xmlsitemap_get_directory($sitemap) . "/{$chunk}.xml";
  }
  
  /**
--- 477,484 ----
   *   An optional specific chunk in the sitemap. Defaults to the index page.
   */
  function xmlsitemap_sitemap_get_file(stdClass $sitemap, $chunk = 'index') {
!   $uri = xmlsitemap_get_directory($sitemap) . "/{$chunk}.xml";
!   return drupal_realpath($uri);
  }
  
  /**
