- Moved local $c->{namespace} set to Catalyst::Action::execute to fix forward from...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index 966a4e2..d92c7dc 100644 (file)
@@ -150,7 +150,6 @@ qq/Couldn't forward to command "$command". Invalid action or component./;
     }
 
     local $c->request->{arguments} = [ @{$arguments} ];
-    local $c->{namespace} = $result->namespace;
 
     $result->execute($c);