ENOTIF: Create the column with the long name before accessing it, instead of after...
authorJens Frank <jeluf@users.mediawiki.org>
Sat, 15 Jan 2005 07:31:15 +0000 (07:31 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sat, 15 Jan 2005 07:31:15 +0000 (07:31 +0000)
maintenance/updaters.inc

index c7ed218..277b740 100644 (file)
@@ -411,8 +411,8 @@ function do_all_updates() {
        convertLinks(); flush();
        do_image_name_unique_update(); flush();
        do_watchlist_update(); flush();
-       do_copy_newtalk_to_watchlist(); flush();
        do_user_update(); flush();
+       do_copy_newtalk_to_watchlist(); flush();
 
        do_schema_restructuring(); flush();