Merge pull request #214 from bhollis/master

Remove reference to unknown instance variable @context_map
This commit is contained in:
Thomas Reynolds 2011-12-26 22:35:28 -08:00
commit faafe71500

View file

@ -83,7 +83,6 @@ module Middleman::Sitemap
path = path.sub(/^\//, "")
@pages.delete(path) if @pages.has_key?(path)
@context_map.delete(path) if @context_map.has_key?(path)
end
def file_to_path(file)
@ -140,4 +139,4 @@ module Middleman::Sitemap
end
end
end
end
end