r69547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69546‎ | r69547 | r69548 >
Date:14:03, 19 July 2010
Author:ashley
Status:deferred
Tags:
Comment:
DPLforum: PHP 5.3+ compatibility fix
Modified paths:
  • /trunk/extensions/DPLforum/DPLforum.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DPLforum/DPLforum.php
@@ -66,7 +66,7 @@
6767 return true;
6868 }
6969
70 -function parseForum( $input, $argv, &$parser ) {
 70+function parseForum( $input, $argv, $parser ) {
7171 $f = new DPLForum();
7272 return $f->parse( $input, $parser );
7373 }

Status & tagging log