Index: trunk/phase3/maintenance/convertUtf8.php |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | * @access private |
131 | 131 | */ |
132 | 132 | function oldimageRenameCallback( $row ) { |
133 | | - $this->renameFile( $row->oi_archive_name, 'wfImageThumbDir' ); |
| 133 | + $this->renameFile( $row->oi_archive_name, 'wfImageArchiveDir' ); |
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
— | — | @@ -213,7 +213,7 @@ |
214 | 214 | $this->convertTable( 'imagelinks', 'il_to' ); |
215 | 215 | $this->convertTable( 'watchlist', 'wl_title' ); |
216 | 216 | |
217 | | - # FIXME: We'll also need to change the files. |
| 217 | + # We'll also need to change the files. |
218 | 218 | $this->convertTable( 'image', 'img_name', |
219 | 219 | array( 'img_name', 'img_description', 'img_user_text' ), |
220 | 220 | null, |