a few doc fixes
[catagits/Catalyst-View-TT.git] / lib / Catalyst / Helper / View / TTSite.pm
index 2943d29..2a88f91 100644 (file)
@@ -66,7 +66,7 @@ Catalyst::Helper::View::TTSite - Helper for TT view which builds a skeleton web
     
     sub end : Private {
         my ( $self, $c ) = @_;
-        $c->forward('MyApp::V::TT');
+        $c->forward( $c->view('TT') );
     }
 
 =head1 DESCRIPTION