http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72005

Revision: 72005
Author:   catrope
Date:     2010-08-31 01:55:11 +0000 (Tue, 31 Aug 2010)

Log Message:
-----------
resourceloader: Fix updater entries for module_deps, got broken by recent merge 
from trunk

Modified Paths:
--------------
    branches/resourceloader/phase3/includes/installer/MysqlUpdater.php
    branches/resourceloader/phase3/includes/installer/SqliteUpdater.php

Modified: branches/resourceloader/phase3/includes/installer/MysqlUpdater.php
===================================================================
--- branches/resourceloader/phase3/includes/installer/MysqlUpdater.php  
2010-08-31 01:21:51 UTC (rev 72004)
+++ branches/resourceloader/phase3/includes/installer/MysqlUpdater.php  
2010-08-31 01:55:11 UTC (rev 72005)
@@ -166,7 +166,7 @@
                        array( 'drop_index_if_exists', 'iwlinks', 
'iwl_prefix_from_title', 'patch-kill-iwl_pft.sql' ),
                        array( 'addField', 'categorylinks', 'cl_collation', 
'patch-categorylinks-better-collation.sql' ),
                        array( 'do_collation_update' ),
-                       array( 'add_table', 'module_deps',                      
 'patch-module_deps.sql' ),
+                       array( 'addTable', 'module_deps',                       
'patch-module_deps.sql' ),
                );
        }
 

Modified: branches/resourceloader/phase3/includes/installer/SqliteUpdater.php
===================================================================
--- branches/resourceloader/phase3/includes/installer/SqliteUpdater.php 
2010-08-31 01:21:51 UTC (rev 72004)
+++ branches/resourceloader/phase3/includes/installer/SqliteUpdater.php 
2010-08-31 01:55:11 UTC (rev 72005)
@@ -47,7 +47,7 @@
                        array( 'addField', 'interwiki',     'iw_api',           
'patch-iw_api_and_wikiid.sql' ),
                        array( 'drop_index_if_exists', 'iwlinks', 'iwl_prefix', 
 'patch-kill-iwl_prefix.sql' ),
                        array( 'drop_index_if_exists', 'iwlinks', 
'iwl_prefix_from_title', 'patch-kill-iwl_pft.sql' ),
-                       array( 'add_table', 'module_deps',                      
 'patch-module_deps.sql' ),
+                       array( 'addTable', 'module_deps',                       
'patch-module_deps.sql' ),
                );
        }
 }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to