]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
fixed display_tables bug
[maypole.git] / lib / Maypole.pm
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