r41399 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41398‎ | r41399 | r41400 >
Date:19:23, 29 September 2008
Author:vasilievvv
Status:old
Tags:
Comment:
Fix variable name so image moving doesn't fail on images with histories.
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -1762,7 +1762,7 @@
17631763 continue;
17641764 }
17651765 $this->olds[] = array(
1766 - "{$archiveBase}/{$this->oldHash}{$oldname}",
 1766+ "{$archiveBase}/{$this->oldHash}{$oldName}",
17671767 "{$archiveBase}/{$this->newHash}{$timestamp}!{$this->newName}"
17681768 );
17691769 }

Status & tagging log