Index: branches/REL1_17/phase3/includes/installer/OracleUpdater.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | array( 'doFKRenameDeferr' ), |
22 | 22 | array( 'doFunctions17' ), |
23 | 23 | array( 'doSchemaUpgrade17' ), |
24 | | - array( 'doInserPage0' ), |
| 24 | + array( 'doInsertPage0' ), |
25 | 25 | ); |
26 | 26 | } |
27 | 27 | |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | /** |
86 | 86 | * Insert page (page_id = 0) to prevent FK constraint violation |
87 | 87 | */ |
88 | | - protected function doInserPage0() { |
| 88 | + protected function doInsertPage0() { |
89 | 89 | $this->output( "Inserting page 0 if missing ... " ); |
90 | 90 | $row = array( |
91 | 91 | 'page_id' => 0, |