r63768 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63767‎ | r63768 | r63769 >
Date:13:35, 15 March 2010
Author:lhridley
Status:ok
Tags:
Comment:
Removing unused parameter for Article::onArticleEdit() (removed code using this parameter between versions 1.14 and 1.15 -- no longer needed, not found in any extension calls to this method for extensions in Subversion either)
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -3841,8 +3841,10 @@
38423842
38433843 /**
38443844 * Purge caches on page update etc
 3845+ *
 3846+ * @param $title Title object
38453847 */
3846 - public static function onArticleEdit( $title, $flags = '' ) {
 3848+ public static function onArticleEdit( $title ) {
38473849 global $wgDeferredUpdateList;
38483850
38493851 // Invalidate caches of articles which include this page

Status & tagging log