r61254 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61253‎ | r61254 | r61255 >
Date:15:34, 19 January 2010
Author:ashley
Status:ok (Comments)
Tags:
Comment:
DynamicPageList: this too
Modified paths:
  • /trunk/extensions/DynamicPageList/DPLSetup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DynamicPageList/DPLSetup.php
@@ -1207,7 +1207,7 @@
12081208 }
12091209
12101210 //------------------------------------------------------------------------------------- ENTRY parser TAG intersection
1211 - public static function intersectionTag( $input, $params, &$parser ) {
 1211+ public static function intersectionTag( $input, $params, $parser ) {
12121212 self::behaveLikeIntersection( true );
12131213 return self::executeTag( $input, $params, $parser );
12141214 }

Comments

#Comment by Reedy (talk | contribs)   15:35, 19 January 2010

Followup to r61252

Status & tagging log