]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
fix applied for http://rt.cpan.org/Ticket/Display.html?id=14661
[maypole.git] / lib / Maypole.pm
index 253534087642b277729e1d2e82e456cd8f551255..4f52493ef567b15b9226581160ce6658c4d7169a 100644 (file)
@@ -240,7 +240,7 @@ sub is_applicable
     
     warn "We don't have that table ($table).\n"
         . "Available tables are: "
     
     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
             if $self->debug
                 and not $config->ok_tables->{$table}
                         and $self->action; # this is probably always true
@@ -532,6 +532,7 @@ You should only need to define this method if you are writing a new
 Maypole backend. It should return something that looks like an Apache
 or CGI request object, it defaults to blank.
 
 Maypole backend. It should return something that looks like an Apache
 or CGI request object, it defaults to blank.
 
+=head3 default_table_view
 
 =head3 is_applicable
 
 
 =head3 is_applicable