X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=e877ac87dcfc7d3a90028f6e23f2543d1e429309;hp=2e60a3c3086f56f49a259bd5cfb5f4ce3f648542;hb=3d9697664c7df9c575ddff90a012cd565c4f1179;hpb=06f97d3fd16d44ba720f8f064220cf73aa081ad3 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2e60a3c..e877ac8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1163,7 +1163,7 @@ using C<< $c->req->captures >>. $c->uri_for($c->action, $c->req->captures); # For the Foo action in the Bar controller - $c->uri_for($c->controller->('Bar')->action_for('Foo'), $c->req->captures); + $c->uri_for($c->controller('Bar')->action_for('Foo'), $c->req->captures); =back