Issue:DPL on Mediawiki 1.15.3 Debian

From FollowTheScore
Jump to: navigation, search
Description: DPL does not work with MW 1.15.3 (Debian)
Extension / Version: DPL   /   1.8.9
Type / Status: Bug   /   open

Problem

The current (1.8.9) download of DPL with the current Debian (1.15.3) MW does not work. Both tags are parserfunctions are ignored.

The issue is possibly related to the php version too.

I have spent some time and got it working, I'm posting the result here largely as information!

diff Language.php  Language.orig.php 
1758c1758
< 	function getMagic( $mw ) {
---
> 	function getMagic( &$mw ) {

Reply