Show
Ignore:
Timestamp:
06/13/08 23:38:01 (18 months ago)
Author:
bchoate
Message:

Fix for displaying publish error when saving a publishable comment. BugId:80094

Files:
1 modified

Legend:

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

    r2425 r2575  
    31743174        require MT::Log; 
    31753175        $app->log({ 
    3176             message => $app->translate("Error during publishing: [_1]", (defined $msg ? $msg : $app->errstr)), 
     3176            message => (defined $msg ? $msg : $app->translate("Error during publishing: [_1]", $app->errstr)), 
    31773177            class => "system", 
    31783178            level => MT::Log::ERROR(),