Changeset 259

Show
Ignore:
Timestamp:
07/18/07 18:26:20 (3 years ago)
Author:
latiass
Message:

Hurr. As suspected, the page list problem on forums was incredibly easy to fix. (#112)

Files:
1 modified

Legend:

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

    r138 r259  
    8686    $s->{announcements_rs} = $c->model('DBIC::Threads')->search_announcements; 
    8787    $s->{forum}            = $forum; 
     88        $s->{skip}             = $skip; 
    8889    $s->{threads_rs}       = $forum->search_related('threads', undef, { 
    8990        order_by => 'FIND_IN_SET("sticky", me.flags) > 0 DESC, lastpost.time DESC',