From: Sebastian Riedel Date: Mon, 25 Oct 2004 14:10:38 +0000 (+0000) Subject: fixed display_tables bug X-Git-Tag: 2.10~96 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=62ea63bedfe7a3659d4b0ba7d4ca40d6b160d364 fixed display_tables bug git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@266 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index d09a468..f34baf3 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Perl extension Maypole 2.03 Tue Oct 26 13:00:00 2004 - increased version number of Apache::MVC + - fixed display_tables bug (Steve Simms) 2.02 Mon Oct 25 13:00:00 2004 - Fixed charset in http header. diff --git a/lib/Maypole.pm b/lib/Maypole.pm index bfe1f10..cfba49e 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -48,7 +48,7 @@ sub init { $config->view->require; die "Couldn't load the view class " . $config->view . ": $@" if $@; $config->display_tables - || $config->display_tables( [ $class->config->tables ] ); + || $config->display_tables( $class->config->tables ); $class->view_object( $class->config->view->new ); $class->init_done(1); @@ -441,8 +441,8 @@ Simon Cozens, C =head1 THANKS TO Danijel Milicevic, Dave Slack, Jesse Sheidlower, Jody Belka, Marcus Ramberg, -Mickael Joanne, Simon Flack, Veljko Vidovic and all the others who've -helped. +Mickael Joanne, Simon Flack, Steve Simms, Veljko Vidovic and all the others +who've helped. =head1 LICENSE