Changeset 76

Show
Ignore:
Timestamp:
04/05/05 21:05:15
Author:
brad
Message:

Disable warnings since MT::App generates warnings during template path discovery.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/spamlookup/mt-spamlookup.cgi

    r75 r76  
    860860        Directory => $MT_DIR 
    861861    ) or die MT::App::SpamLookup->errstr; 
    862     local $SIG{__WARN__} = sub { $app->trace ($_[0]) }; 
     862    local $SIG{__WARN__} = undef; ##sub { $app->trace ($_[0]) }; 
    863863    $app->run; 
    864864};