r97702 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97701‎ | r97702 | r97703 >
Date:07:15, 21 September 2011
Author:aaron
Status:ok
Tags:
Comment:
Removed debugging code from r97701
Modified paths:
  • /trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/dataclasses/FlaggedRevs.class.php
@@ -976,7 +976,6 @@
977977 $file = ( $article instanceof WikiFilePage || $article instanceof ImagePage )
978978 ? $article->getFile() // uses up-to-date process cache on new uploads
979979 : wfFindFile( $title, array( 'bypassCache' => true ) ); // skip cache; bug 31056
980 - #var_dump( $title ); var_dump( $file ); moo();
981980 if ( is_object( $file ) && $file->exists() ) {
982981 $fileData['name'] = $title->getDBkey();
983982 $fileData['timestamp'] = $file->getTimestamp();

Follow-up revisions

RevisionCommit summaryAuthorDate
r97764MFT r97701,r97702aaron20:42, 21 September 2011
r98759MFT r92930, r96665, r97650, r97701, r97702, r97733, r97794, r97892reedy13:31, 3 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97701* Fixed bug causing new uploads to give "template/file changes need review" m...aaron07:13, 21 September 2011

Status & tagging log