Show
Ignore:
Timestamp:
10/06/08 01:32:38 (18 months ago)
Author:
eevee
Message:

Fixed old contest schema references that are no longer valid and were breaking the move search. (#362)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Controller/Dex/Search.pm

    r445 r459  
    399399 
    400400        if ($p->{view} eq 'contest') { 
    401             push @{ $clauses{prefetch} }, 'contest'; 
     401            push @{ $clauses{prefetch} }, 'contest_effect'; 
    402402        } else { 
    403403            $clauses{columns} = ['me.id'];