Index: trunk/extensions/PageTriage/PageTriage.hooks.php |
— | — | @@ -156,7 +156,7 @@ |
157 | 157 | * @param &$pcache Set if you want to use the parser cache. |
158 | 158 | * @return type description |
159 | 159 | */ |
160 | | - public static function onArticleViewFooter( &$article ) { |
| 160 | + public static function onArticleViewFooter( $article ) { |
161 | 161 | global $wgUser, $wgPageTriageMarkPatrolledLinkExpiry, $wgOut, $wgRequest; |
162 | 162 | |
163 | 163 | // the presence of rcid means this is coming from Special:NewPages, |