Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<?php |
| 2 | +f<?php |
3 | 3 | /** |
4 | 4 | * MediaWiki is the to-be base class for this whole project |
5 | 5 | * |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | * |
69 | 69 | * @param $article Article |
70 | 70 | */ |
71 | | - public function performRequestForTitle( $article ) { |
| 71 | + public function performRequestForTitle( &$article ) { |
72 | 72 | wfProfileIn( __METHOD__ ); |
73 | 73 | |
74 | 74 | if ( $this->context->request->getVal( 'printable' ) === 'yes' ) { |