r61252 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61251‎ | r61252 | r61253 >
Date:15:30, 19 January 2010
Author:grondin
Status:ok
Tags:
Comment:
Fixed wrong call function dplTag()
Correcting thirg parameter (as not a reference)
Modified paths:
  • /trunk/extensions/DynamicPageList/DPLSetup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DynamicPageList/DPLSetup.php
@@ -1213,7 +1213,7 @@
12141214 }
12151215
12161216 //------------------------------------------------------------------------------------- ENTRY parser TAG dpl
1217 - public static function dplTag( $input, $params, &$parser ) {
 1217+ public static function dplTag( $input, $params, $parser ) {
12181218 self::behaveLikeIntersection( false );
12191219 return self::executeTag( $input, $params, $parser );
12201220 }
@@ -1541,4 +1541,4 @@
15421542 fclose( $bugFile );
15431543 }
15441544
1545 -}
\ No newline at end of file
 1545+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r61253Revert r61251 as r61252 fixes the extension (so thats presumably "Wrong")reedy15:32, 19 January 2010

Status & tagging log