Fix previous checkin on Ruby 1.8.7

This commit is contained in:
Ben Hollis 2011-12-11 20:51:44 -08:00
parent b73c58e59d
commit 911fe031bd

View file

@ -103,7 +103,7 @@ module Middleman::CoreExtensions::Rendering
end end
# @private # @private
def render_individual_file(path, locs = {}, opts = {}, context, &block) def render_individual_file(path, locs = {}, opts = {}, context = self, &block)
path = path.to_s path = path.to_s
@_out_buf, _buf_was = "", @_out_buf @_out_buf, _buf_was = "", @_out_buf