Fix fatal error in eval.php
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 24 Jan 2008 04:33:21 +0000 (04:33 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 24 Jan 2008 04:33:21 +0000 (04:33 +0000)
includes/EditPage.php

index 62ef5a7..ae4f408 100644 (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