]> git.decadent.org.uk Git - maypole.git/commitdiff
fixed display_tables bug
authorSebastian Riedel <sri@labs.kraih.com>
Mon, 25 Oct 2004 14:10:38 +0000 (14:10 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Mon, 25 Oct 2004 14:10:38 +0000 (14:10 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@266 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Maypole.pm

diff --git a/Changes b/Changes
index d09a468d396939b6916319520bcaf5b196c31fcd..f34baf3fcd6cadc616e3d3c230109ae7a09618b9 100644 (file)
--- 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.
index bfe1f10cb42f58047f5fb2728ccfcb3675645202..cfba49e6ee114feffb3bfd2cd80363a44f3f3181 100644 (file)
@@ -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<simon@cpan.org>
 =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