diff --git a/includes/EditPage.php b/includes/EditPage.php index 62ef5a725da..ae4f4089736 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -103,8 +103,9 @@ class EditPage { /** * Fetch initial editing page content. + * @private */ - private function getContent( $def_text = '' ) { + function getContent( $def_text = '' ) { global $wgOut, $wgRequest, $wgParser; # Get variables from query string :P