From: Victor Vasiliev Date: Mon, 29 Sep 2008 19:23:31 +0000 (+0000) Subject: Fix variable name so image moving doesn't fail on images with histories. X-Git-Tag: 1.31.0-rc.0~45008 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=5ffd6faf8128ce2620b277c666156f5a5f3beeb2;p=lhc%2Fweb%2Fwiklou.git Fix variable name so image moving doesn't fail on images with histories. --- diff --git a/includes/filerepo/LocalFile.php b/includes/filerepo/LocalFile.php index f942d43266..3b20d70544 100644 --- a/includes/filerepo/LocalFile.php +++ b/includes/filerepo/LocalFile.php @@ -1762,7 +1762,7 @@ class LocalFileMoveBatch { continue; } $this->olds[] = array( - "{$archiveBase}/{$this->oldHash}{$oldname}", + "{$archiveBase}/{$this->oldHash}{$oldName}", "{$archiveBase}/{$this->newHash}{$timestamp}!{$this->newName}" ); }