From: Lisa Ridley Date: Mon, 15 Mar 2010 13:35:00 +0000 (+0000) Subject: Removing unused parameter for Article::onArticleEdit() (removed code using this param... X-Git-Tag: 1.31.0-rc.0~37445 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d7c5ed7a474af5335af4fd263dfec291e96c4fe3;p=lhc%2Fweb%2Fwiklou.git 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) --- diff --git a/includes/Article.php b/includes/Article.php index fb74d0e5c6..1cde03415b 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -3841,8 +3841,10 @@ class Article { /** * Purge caches on page update etc + * + * @param $title Title object */ - public static function onArticleEdit( $title, $flags = '' ) { + public static function onArticleEdit( $title ) { global $wgDeferredUpdateList; // Invalidate caches of articles which include this page