r111610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111609‎ | r111610 | r111611 >
Date:02:10, 16 February 2012
Author:reedy
Status:ok
Tags:
Comment:
r111609 to 1.18wmf1
Modified paths:
  • /branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php
@@ -1119,6 +1119,7 @@
11201120 wfProfileIn( __METHOD__ );
11211121 $path = self::normalizeStoragePath( $params['src'] );
11221122 if ( $path === null ) {
 1123+ wfProfileOut( __METHOD__ );
11231124 return false; // invalid storage path
11241125 }
11251126 $latest = !empty( $params['latest'] );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111609Bad Aaronreedy02:05, 16 February 2012

Status & tagging log