X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=4f52493ef567b15b9226581160ce6658c4d7169a;hb=f95d4d1dad59c1b82c3969199116722562399419;hp=89eae6b77cf46e15f11343d2c253ea1c3dfe63df;hpb=7c1eccbb6e4b547e61e82ece501c824785c25480;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 89eae6b..4f52493 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -240,7 +240,7 @@ sub is_applicable warn "We don't have that table ($table).\n" . "Available tables are: " - . join( ",", @{ $config->display_tables } ) + . join( ",", @{ $config->ok_tables } ) if $self->debug and not $config->ok_tables->{$table} and $self->action; # this is probably always true