Index: trunk/phase3/includes/Article.php |
— | — | @@ -3841,8 +3841,10 @@ |
3842 | 3842 | |
3843 | 3843 | /** |
3844 | 3844 | * Purge caches on page update etc |
| 3845 | + * |
| 3846 | + * @param $title Title object |
3845 | 3847 | */ |
3846 | | - public static function onArticleEdit( $title, $flags = '' ) { |
| 3848 | + public static function onArticleEdit( $title ) { |
3847 | 3849 | global $wgDeferredUpdateList; |
3848 | 3850 | |
3849 | 3851 | // Invalidate caches of articles which include this page |