https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112688
Revision: 112688
Author: reedy
Date: 2012-02-29 14:24:35 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
MFT r112687
Modified Paths:
--------------
branches/wmf/1.19wmf1/extensions/GlobalUsage/GlobalUsage_body.php
Property Changed:
----------------
branches/wmf/1.19wmf1/extensions/GlobalUsage/
Property changes on: branches/wmf/1.19wmf1/extensions/GlobalUsage
___________________________________________________________________
Added: svn:mergeinfo
+ /branches/JSTesting/extensions/GlobalUsage:100352-107913
/branches/REL1_15/phase3/extensions/GlobalUsage:51646
/branches/REL1_17/phase3/extensions/GlobalUsage:81445,81448
/branches/new-installer/phase3/extensions/GlobalUsage:43664-66004
/branches/sqlite/extensions/GlobalUsage:58211-58321
/branches/wmf/1.18wmf1/extensions/GlobalUsage:97508
/trunk/extensions/GlobalUsage:111043,111199,111218,111484,111575,111604,111659-111661,111668,111670,111688,111690,111698,111713,111715,111780,111796,111814,111947,112074,112153,112160,112166,112260,112282,112360,112517,112571,112613,112628,112687
/trunk/phase3/extensions/GlobalUsage:111002,111029,111034,111062,111067,111076,111085,111128,111144,111251
Modified: branches/wmf/1.19wmf1/extensions/GlobalUsage/GlobalUsage_body.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/GlobalUsage/GlobalUsage_body.php
2012-02-29 14:20:46 UTC (rev 112687)
+++ branches/wmf/1.19wmf1/extensions/GlobalUsage/GlobalUsage_body.php
2012-02-29 14:24:35 UTC (rev 112688)
@@ -2,6 +2,10 @@
class GlobalUsage {
private $interwiki;
+
+ /**
+ * @var DatabaseBase
+ */
private $db;
/**
@@ -127,7 +131,7 @@
array(
'gil_page_namespace_id' =>
$title->getNamespace(),
'gil_page_namespace' =>
$title->getNsText(),
- 'gil_page_title' => $title->getText()
+ 'gil_page_title' => $title->getDBkey()
),
array(
'gil_wiki' => $this->interwiki,
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs