Fix fatal error in eval.php
This commit is contained in:
parent
906e978e91
commit
72f3df40d2
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue