Changeset 3033

Show
Ignore:
Timestamp:
09/05/08 02:06:09 (3 months ago)
Author:
takayama
Message:

Fixed BugId:81800
* Fixed an incorrect condition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fireball/lib/MT/Template/ContextHandlers.pm

    r2985 r3033  
    1586615866    if (my $ext = $args->{file_ext}) { 
    1586715867        my @exts = split(',', $args->{file_ext}); 
    15868         if (!$assets) { 
     15868        if ($assets) { 
    1586915869            push @filters, sub { my $a = $_[0]->file_ext; grep(m/$a/, @exts) }; 
    1587015870        } else {