Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yarivvv committed Nov 26, 2007
1 parent e7aee31 commit 916ede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erlyweb/erlyweb_compile.erl
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ add_forms(controller, BaseName, MetaMod) ->
"before_return(_FuncName, _Params, Response) -> "
"Response."),
add_func(M5, after_render, 3,
"after_render(_FuncName, _Params, Response) -> ok.");
"after_render(_FuncName, _Params, _Response) -> ok.");
add_forms(view, BaseName, MetaMod) ->
add_forms1(erlyweb_view, BaseName, MetaMod);
add_forms(_, BaseName, MetaMod) ->
Expand Down

0 comments on commit 916ede2

Please sign in to comment.