r30107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30106‎ | r30107 | r30108 >
Date:04:33, 24 January 2008
Author:tstarling
Status:old
Tags:
Comment:
Fix fatal error in eval.php
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -103,8 +103,9 @@
104104
105105 /**
106106 * Fetch initial editing page content.
 107+ * @private
107108 */
108 - private function getContent( $def_text = '' ) {
 109+ function getContent( $def_text = '' ) {
109110 global $wgOut, $wgRequest, $wgParser;
110111
111112 # Get variables from query string :P

Status & tagging log