Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -672,9 +672,6 @@ |
673 | 673 | return; |
674 | 674 | } |
675 | 675 | |
676 | | - # Record upload and update metadata cache |
677 | | - $this->img->recordUpload( $result, wfMsg( "reverted" ) ); |
678 | | - |
679 | 676 | $wgOut->setPagetitle( wfMsg( 'actioncomplete' ) ); |
680 | 677 | $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
681 | 678 | $wgOut->addHTML( wfMsg( 'imagereverted' ) ); |