Updated Changes file to give credit
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 2427601..fd2c65b 100644 (file)
@@ -988,7 +988,7 @@ Get an action in a given namespace.
 
 =cut
 
-sub get_action { my $c = shift; $c->dispatcher->get_action( $c, @_ ) }
+sub get_action { my $c = shift; $c->dispatcher->get_action( @_ ) }
 
 =item $c->get_actions( $action, $namespace )