Index: trunk/extensions/Tasks/Tasks.hooks.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * Display header on 'Task:' pages |
16 | 16 | * @param Article $article |
17 | 17 | */ |
18 | | - public static function onArticleViewHeader( &$article ) { # Checked for HTML and MySQL insertion attacks |
| 18 | + public static function onArticleViewHeader( $article ) { # Checked for HTML and MySQL insertion attacks |
19 | 19 | global $wgTasksNamespace, $wgOut, $wgUser; |
20 | 20 | |
21 | 21 | $title = $article->getTitle(); |