Index: trunk/extensions/MSSQLBackCompat/DatabaseMssqlOld.php |
— | — | @@ -891,7 +891,7 @@ |
892 | 892 | |
893 | 893 | /** |
894 | 894 | * Called by the installer script |
895 | | - * - this is the same way as DatabasePostgresql.php, MySQL reads in tables.sql and interwiki.sql using dbsource (which calls db->sourceFile) |
| 895 | + * - this is the same way as DatabasePostgresql.php, MySQL reads in tables.sql and interwiki.sql using $db->sourceFile() |
896 | 896 | */ |
897 | 897 | public function setup_database() { |
898 | 898 | global $IP,$wgDBTableOptions; |