Index: trunk/phase3/includes/filerepo/LocalRepo.php |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | array( 'oi_sha1' => $sha1, |
122 | 122 | 'oi_archive_name ' . $dbw->buildLike( $dbw->anyString(), ".$ext" ), |
123 | 123 | $dbw->bitAnd( 'oi_deleted', File::DELETED_FILE ) => File::DELETED_FILE ), |
124 | | - __METHOD__, array( 'FOR UPDATE' ) |
| 124 | + __METHOD__, $options |
125 | 125 | ); |
126 | 126 | } |
127 | 127 | |