Changeset 1399

Show
Ignore:
Timestamp:
02/23/08 01:32:43 (6 months ago)
Author:
bchoate
Message:

Fixed call to _finish_rebuild_ping

Files:

Legend:

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

    r1384 r1399  
    16501650          ) unless $res->{good}; 
    16511651    } 
    1652     $app->_finish_rebuild_ping( $entry, scalar $q->param('is_new'), 
     1652    _finish_rebuild_ping( $app, $entry, scalar $q->param('is_new'), 
    16531653        $has_errors ); 
    16541654}