Skip to content

Commit

Permalink
[#95 state:resolved] Now suppressing thumbnail assets from Manage Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen authored and jayallen committed Apr 28, 2010
1 parent 2bf8cd2 commit d3fdee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MT/CMS/Asset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ sub list {

my $asset_class = $app->model('asset') or return;
my %terms;

$terms{parent} = [ \'IS NULL', 0 ];

my %args = ( sort => 'created_on', direction => 'descend' );

my $class_filter;
Expand Down

0 comments on commit d3fdee4

Please sign in to comment.