Fixed typo
Sebastian Riedel [Mon, 21 Nov 2005 04:36:30 +0000 (04:36 +0000)]
lib/Catalyst/Helper.pm

index 6a57f5e..eaef933 100644 (file)
@@ -538,7 +538,7 @@ sub default : Private {
 #    my ( $self, $c ) = @_;
 #
 #    # Forward to View unless response body is already defined
-#    $c->forward('View::') unless $c->response->body;
+#    $c->forward( $c->view('') ) unless $c->response->body;
 #}
 
 =head1 AUTHOR