r50531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50530‎ | r50531 | r50532 >
Date:18:34, 12 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Significant dot: PHP Notice: Undefined variable: actionText
Modified paths:
  • /trunk/extensions/Translate/tag/SpecialPageTranslation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php
@@ -200,7 +200,7 @@
201201 global $wgLang;
202202 if ( method_exists( $wgLang, 'semicolonList' ) ) {
203203 // BC for <1.15
204 - $actionText .= $wgLang->semicolonList( $actions );
 204+ $actionText = $wgLang->semicolonList( $actions );
205205 } else {
206206 $actionText = implode( '; ', $actions );
207207 }

Status & tagging log