Changeset 2111

Show
Ignore:
Timestamp:
04/26/08 00:10:25 (22 months ago)
Author:
bchoate
Message:

Fix for unbalanced hash warning.

Files:
1 modified

Legend:

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

    r2102 r2111  
    422422            limit         => $limit, 
    423423            rows          => scalar @data, 
    424             listTotal     => $class->count( $terms, $args ), 
     424            listTotal     => $class->count( $terms, $args ) || 0, 
    425425            chronological => $param->{list_noncron} ? 0 : 1, 
    426426            return_args   => $app->make_return_args,