Changeset 1371

Show
Ignore:
Timestamp:
02/14/08 22:11:23 (8 months ago)
Author:
bchoate
Message:

Fixed syntax error.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-30/lib/MT/App.pm

    r1369 r1371  
    533533        if ($app->{response_message}) { 
    534534            $app->{apache}->status_line(($app->response_code || 200) 
    535                                         . ($app->{response_message} ? ' ' . $app->{response_message} : '')
     535                                        . ($app->{response_message} ? ' ' . $app->{response_message} : ''))
    536536        } else { 
    537537            $app->{apache}->status($app->response_code || 200);