2.04 Tue Oct 27 14:00:00 2004
- Fixed Apache::MVC version (Randal Schwartz)
+ - fixed template_args (Dave Howorth)
2.03 Tue Oct 26 13:00:00 2004
- increased version number of Apache::MVC
# See Maypole::Workflow before trying to understand this.
my ( $class, $req ) = @_;
$class->init unless $class->init_done;
- my $r = bless { config => $class->config }, $class;
+ my $r = bless { template_args => {}, config => $class->config }, $class;
$r->get_request($req);
$r->parse_location();
my $status = $r->handler_guts();