From: Platonides Date: Thu, 27 May 2010 19:38:27 +0000 (+0000) Subject: Follow up r66974. Paste error. X-Git-Tag: 1.31.0-rc.0~36691 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=3bd97008f2747f47e63977e8e79069e9f4cdca65;p=lhc%2Fweb%2Fwiklou.git Follow up r66974. Paste error. --- diff --git a/includes/Skin.php b/includes/Skin.php index de80f131a2..605b2c493f 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2142,7 +2142,7 @@ CSS; global $wgMessageCache; $line = $wgMessageCache->transform( $line ); - $line = array_map( 'trim', explode( '|', explode( '|', $line, 2 ), 2 ) ); + $line = array_map( 'trim', explode( '|', $line, 2 ) ); $link = wfMsgForContent( $line[0] ); if( $link == '-' ) { continue;