Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -103,8 +103,9 @@ |
104 | 104 | |
105 | 105 | /** |
106 | 106 | * Fetch initial editing page content. |
| 107 | + * @private |
107 | 108 | */ |
108 | | - private function getContent( $def_text = '' ) { |
| 109 | + function getContent( $def_text = '' ) { |
109 | 110 | global $wgOut, $wgRequest, $wgParser; |
110 | 111 | |
111 | 112 | # Get variables from query string :P |