Show
Ignore:
Timestamp:
04/09/08 10:05:12 (20 months ago)
Author:
takayama
Message:

Fixed BugId:67959
* Added check for result of object loading

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/App/Trackback.pm

    r1663 r1823  
    272272    return $app->_response( 
    273273        Error => $app->translate("This TrackBack item is disabled.") ) 
    274       if $tb->is_disabled || !$cfg->AllowPings || !$blog->allow_pings; 
     274      if $tb->is_disabled || !$cfg->AllowPings || !$blog || !$blog->allow_pings; 
    275275 
    276276    if ( $tb->passphrase && ( !$pass || $pass ne $tb->passphrase ) ) {