r23115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23114‎ | r23115 | r23116 >
Date:07:40, 20 June 2007
Author:tstarling
Status:old
Tags:
Comment:
fix total breakage of image revert
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -672,9 +672,6 @@
673673 return;
674674 }
675675
676 - # Record upload and update metadata cache
677 - $this->img->recordUpload( $result, wfMsg( "reverted" ) );
678 -
679676 $wgOut->setPagetitle( wfMsg( 'actioncomplete' ) );
680677 $wgOut->setRobotpolicy( 'noindex,nofollow' );
681678 $wgOut->addHTML( wfMsg( 'imagereverted' ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r23120Merged revisions 23103-23119 via svnmerge from...david08:43, 20 June 2007

Status & tagging log