Index: trunk/phase3/includes/filerepo/backend/FileBackend.php |
— | — | @@ -1133,6 +1133,7 @@ |
1134 | 1134 | wfProfileIn( __METHOD__ ); |
1135 | 1135 | $path = self::normalizeStoragePath( $params['src'] ); |
1136 | 1136 | if ( $path === null ) { |
| 1137 | + wfProfileOut( __METHOD__ ); |
1137 | 1138 | return false; // invalid storage path |
1138 | 1139 | } |
1139 | 1140 | $latest = !empty( $params['latest'] ); |