Fix previous checkin on Ruby 1.8.7
This commit is contained in:
parent
b73c58e59d
commit
911fe031bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue