Changeset 1941
- Timestamp:
- 04/16/08 23:43:08 (5 months ago)
- Files:
-
- branches/release-35/lib/MT/App/Trackback.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-35/lib/MT/App/Trackback.pm
r1873 r1941 287 287 foreach (@pings) { 288 288 if ( $_->source_url eq $url ) { 289 return $app->_response() if $_->is_junk; 290 if ( $app->remote_ip eq $_->ip ) { 291 $ping = $_; 292 last; 293 } 294 else { 295 296 # return success to quiet this pinger 297 return $app->_response(); 298 } 289 return $app->_response(); 299 290 } 300 291 }
