Fix fatal error in eval.php

This commit is contained in:
Tim Starling 2008-01-24 04:33:21 +00:00
parent 906e978e91
commit 72f3df40d2

View file

@ -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