From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/cache/LinkBatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/cache/LinkBatch.php') diff --git a/includes/cache/LinkBatch.php b/includes/cache/LinkBatch.php index 77e4d490..698b3046 100644 --- a/includes/cache/LinkBatch.php +++ b/includes/cache/LinkBatch.php @@ -78,7 +78,7 @@ class LinkBatch { $this->data[$ns] = array(); } - $this->data[$ns][str_replace( ' ', '_', $dbkey )] = 1; + $this->data[$ns][strtr( $dbkey, ' ', '_' )] = 1; } /** -- cgit v1.2.3-54-g00ecf