Changeset 1823 for branches/release-34/lib/MT/App/Trackback.pm
- Timestamp:
- 04/09/08 10:05:12 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/App/Trackback.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/App/Trackback.pm
r1663 r1823 272 272 return $app->_response( 273 273 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; 275 275 276 276 if ( $tb->passphrase && ( !$pass || $pass ne $tb->passphrase ) ) {
