From 76ae04686a80ee565027fd8a1b0ec2f9a87db0b5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 21 Jun 2005 05:32:44 +0000 Subject: [PATCH] duh, use the right func --- maintenance/convertUtf8.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/convertUtf8.php b/maintenance/convertUtf8.php index c8f865ea4b..023906e412 100644 --- a/maintenance/convertUtf8.php +++ b/maintenance/convertUtf8.php @@ -129,7 +129,7 @@ class UtfUpdater { * @access private */ function oldimageRenameCallback( $row ) { - $this->renameFile( $row->oi_archive_name, 'wfImageThumbDir' ); + $this->renameFile( $row->oi_archive_name, 'wfImageArchiveDir' ); } /** @@ -213,7 +213,7 @@ class UtfUpdater { $this->convertTable( 'imagelinks', 'il_to' ); $this->convertTable( 'watchlist', 'wl_title' ); - # FIXME: We'll also need to change the files. + # We'll also need to change the files. $this->convertTable( 'image', 'img_name', array( 'img_name', 'img_description', 'img_user_text' ), null, -- 2.20.1