Index: branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php |
— | — | @@ -1119,6 +1119,7 @@ |
1120 | 1120 | wfProfileIn( __METHOD__ ); |
1121 | 1121 | $path = self::normalizeStoragePath( $params['src'] ); |
1122 | 1122 | if ( $path === null ) { |
| 1123 | + wfProfileOut( __METHOD__ ); |
1123 | 1124 | return false; // invalid storage path |
1124 | 1125 | } |
1125 | 1126 | $latest = !empty( $params['latest'] ); |