Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -1762,7 +1762,7 @@ |
1763 | 1763 | continue; |
1764 | 1764 | } |
1765 | 1765 | $this->olds[] = array( |
1766 | | - "{$archiveBase}/{$this->oldHash}{$oldname}", |
| 1766 | + "{$archiveBase}/{$this->oldHash}{$oldName}", |
1767 | 1767 | "{$archiveBase}/{$this->newHash}{$timestamp}!{$this->newName}" |
1768 | 1768 | ); |
1769 | 1769 | } |