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 @@
118
118
}
119
119
120
120
public function getLongWikiText( $linked = null ) {
121
+ global $wgContLang;
121
122
if ( ( $linked === null ) || ( $linked === false ) ) {
122
123
return $this->m_realLabel;
123
124
} else {
Status & tagging log
17:14, 23 May 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r88650
[
removed:
new
added:
deferred]