Index: branches/REL1_4/phase3/maintenance/updaters.inc |
— | — | @@ -8,7 +8,6 @@ |
9 | 9 | |
10 | 10 | require_once 'convertLinks.inc'; |
11 | 11 | require_once 'InitialiseMessages.inc'; |
12 | | -require_once 'archives/moveCustomMessages.inc'; |
13 | 12 | |
14 | 13 | $wgNewTables = array( |
15 | 14 | # table patch file (in maintenance/archives) |
— | — | @@ -202,14 +201,6 @@ |
203 | 202 | |
204 | 203 | do_logging_encoding(); flush(); |
205 | 204 | |
206 | | - if ( isTemplateInitialised() ) { |
207 | | - print "Template namespace already initialised\n"; |
208 | | - } else { |
209 | | - moveCustomMessages( 1 ); flush(); |
210 | | - moveCustomMessages( 2 ); flush(); |
211 | | - moveCustomMessages( 3 ); flush(); |
212 | | - } |
213 | | - |
214 | 205 | initialiseMessages(); flush(); |
215 | 206 | } |
216 | 207 | |