Skip to content

Commit

Permalink
fix for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 25, 2010
1 parent 1bf6123 commit 2eb3098
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ class WebMetaUtils {
static Closure createAndPrepareCommandObjectAction(GroovyObject controller, Closure originalAction,
String actionName, ApplicationContext ctx) {
def bindingAction = createCommandObjectBindingAction(ctx)
prepareCommandObjectBindingAction bindingAction, originalAction, actionName, controller
prepareCommandObjectBindingAction bindingAction, originalAction, actionName, controller, ctx
}

/**
Expand Down

0 comments on commit 2eb3098

Please sign in to comment.