r111609 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111608‎ | r111609 | r111610 >
Date:02:05, 16 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Bad Aaron
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/FileBackend.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/FileBackend.php
@@ -1133,6 +1133,7 @@
11341134 wfProfileIn( __METHOD__ );
11351135 $path = self::normalizeStoragePath( $params['src'] );
11361136 if ( $path === null ) {
 1137+ wfProfileOut( __METHOD__ );
11371138 return false; // invalid storage path
11381139 }
11391140 $latest = !empty( $params['latest'] );

Sign-offs

UserFlagDate
Nikerabbitinspected07:11, 16 February 2012

Follow-up revisions

RevisionCommit summaryAuthorDate
r111610r111609 to 1.18wmf1reedy02:10, 16 February 2012

Status & tagging log