From: Brion Vibber Date: Tue, 21 Jun 2005 05:32:44 +0000 (+0000) Subject: duh, use the right func X-Git-Tag: 1.5.0beta1~110 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Main?a=commitdiff_plain;h=76ae04686a80ee565027fd8a1b0ec2f9a87db0b5;p=lhc%2Fweb%2Fwiklou.git duh, use the right func --- 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,