Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -50,6 +50,8 @@ |
51 | 51 | |
52 | 52 | $wgExtensionFunctions[] = "pr_main"; |
53 | 53 | |
| 54 | +# parser object; a default value is needed if register_globals is enabled |
| 55 | +$pr_index_parser = null; |
54 | 56 | |
55 | 57 | function pr_schema_update() { |
56 | 58 | global $wgExtNewTables; |