r88650 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88649‎ | r88650 | r88651 >
Date:17:04, 23 May 2011
Author:mkroetzsch
Status:deferred
Tags:
Comment:
missing global declaration
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Types.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Types.php
@@ -117,6 +117,7 @@
118118 }
119119
120120 public function getLongWikiText( $linked = null ) {
 121+ global $wgContLang;
121122 if ( ( $linked === null ) || ( $linked === false ) ) {
122123 return $this->m_realLabel;
123124 } else {

Status & tagging log