From: Tim Starling Date: Thu, 24 Jan 2008 04:33:21 +0000 (+0000) Subject: Fix fatal error in eval.php X-Git-Tag: 1.31.0-rc.0~49808 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=72f3df40d2ed32e8d7af94b958210aa57b1152d1;p=lhc%2Fweb%2Fwiklou.git Fix fatal error in eval.php --- 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