diff options
| -rw-r--r-- | lib/sisu/v0/sitemaps.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v0/sitemaps.rb b/lib/sisu/v0/sitemaps.rb index 0a6af0c1..740dbf76 100644 --- a/lib/sisu/v0/sitemaps.rb +++ b/lib/sisu/v0/sitemaps.rb @@ -114,7 +114,7 @@ module SiSU_Sitemaps        if FileTest.file?("#{touch_path}/#{touch_filename}")          rm("#{touch_path}/#{touch_filename}")        end -      SiSU_Env::SiSU_file.new(@md).touch_file(touch_path,touch_filename) +      #SiSU_Env::SiSU_file.new(@md).touch_file(touch_path,touch_filename)      end      def output_idx(sitemap)        path=@env.path.output | 
