Changeset 1858

Show
Ignore:
Timestamp:
04/11/08 04:56:39 (22 months ago)
Author:
bchoate
Message:

Fixed filter for entries with comments received in last 7 days.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/App/CMS.pm

    r1857 r1858  
    765765                    # to prevent MT from adding a 'entry_' prefix to 
    766766                    # the column name. 
    767                     $args->{sort}      = \'comment_created_on'; 
     767                    $args->{sort}      = [ { column => \'comment_created_on' } ]; 
    768768                    $args->{direction} = 'descend'; 
    769769                },