Changeset 947

Show
Ignore:
Timestamp:
12/19/06 02:10:53 (2 years ago)
Author:
gboggs
Message:

Only perform asset insert if we are in direct_asset_insert mode. BugId: 45943

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/App/CMS.pm

    r945 r947  
    90649064    }; 
    90659065    my $html = $asset->insert_options($param); 
    9066     unless ($html) { 
     9066    if ($param->{direct_asset_insert} && !$html) { 
    90679067        $app->param('id', $asset->id); 
    90689068        return $app->asset_insert();