Follow-up r87394: Add reference back to MediaWiki::performRequestForTitle per IAlex...
authorPaul Copperman <pcopp@users.mediawiki.org>
Wed, 4 May 2011 17:17:27 +0000 (17:17 +0000)
committerPaul Copperman <pcopp@users.mediawiki.org>
Wed, 4 May 2011 17:17:27 +0000 (17:17 +0000)
includes/Wiki.php

index b4855f3..3654b8f 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+f<?php
 /**
  * MediaWiki is the to-be base class for this whole project
  *
@@ -67,7 +67,7 @@ class MediaWiki {
         *
         * @param $article Article
         */
-       public function performRequestForTitle( $article ) {
+       public function performRequestForTitle( &$article ) {
                wfProfileIn( __METHOD__ );
 
                if ( $this->context->request->getVal( 'printable' ) === 'yes' ) {