Changeset 2802

Show
Ignore:
Timestamp:
07/16/08 18:23:19 (1 month ago)
Author:
bchoate
Message:

Removed additional translate on label path. BugId:80699

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/lib/MT/CMS/Asset.pm

    r2800 r2802  
    813813        my $path_hash = { 
    814814            path  => $date_stamp, 
    815             label => '<' . $app->translate($label_path) . '>' . '/' . $date_stamp, 
     815            label => '<' . $label_path . '>' . '/' . $date_stamp, 
    816816        }; 
    817817