Changeset 1384

Show
Ignore:
Timestamp:
02/21/08 19:46:45 (5 months ago)
Author:
bchoate
Message:

Fixed another call to ping continuation from MT::CMS::Entry.

Files:

Legend:

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

    r1383 r1384  
    22912291    } 
    22922292    else { 
    2293         $app->_finish_rebuild_ping( $entry, $options{IsNew} ); 
     2293        _finish_rebuild_ping( $app, $entry, $options{IsNew} ); 
    22942294    } 
    22952295}