From 72f3df40d2ed32e8d7af94b958210aa57b1152d1 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 24 Jan 2008 04:33:21 +0000 Subject: [PATCH] Fix fatal error in eval.php --- includes/EditPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 62ef5a725d..ae4f408973 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 -- 2.20.1