X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FconvertUtf8.php;h=023906e412cb6cdf56e42964c40985bf3b224060;hb=76ae04686a80ee565027fd8a1b0ec2f9a87db0b5;hp=c8f865ea4bffe6c98bd93e828c9bb468246267e6;hpb=4e4c35b01b1708f3b8abbd23b935175388bee8f0;p=lhc%2Fweb%2Fwiklou.git 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,