From 5ffd6faf8128ce2620b277c666156f5a5f3beeb2 Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Mon, 29 Sep 2008 19:23:31 +0000 Subject: [PATCH] Fix variable name so image moving doesn't fail on images with histories. --- includes/filerepo/LocalFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ); } -- 2.20.1