X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole.pm;h=cfba49e6ee114feffb3bfd2cd80363a44f3f3181;hp=bfe1f10cb42f58047f5fb2728ccfcb3675645202;hb=62ea63bedfe7a3659d4b0ba7d4ca40d6b160d364;hpb=5d49648fd96492e31cf7c6df507ae42e9cd1e42d 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