Index: trunk/phase3/includes/Revision.php |
— | — | @@ -773,7 +773,7 @@ |
774 | 774 | |
775 | 775 | $this->mId = !is_null($rev_id) ? $rev_id : $dbw->insertId(); |
776 | 776 | |
777 | | - wfRunHooks( 'RevisionInsertComplete', array( &$this ) ); |
| 777 | + wfRunHooks( 'RevisionInsertComplete', array( &$this, &$data, &$flags ) ); |
778 | 778 | |
779 | 779 | wfProfileOut( __METHOD__ ); |
780 | 780 | return $this->mId; |