From: Ilmari Karonen Date: Thu, 6 Jan 2011 22:45:59 +0000 (+0000) Subject: add comment per bug 17961 X-Git-Tag: 1.31.0-rc.0~32733 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=056b1daada36d7807d5502cdbc4b1fddb546dcee;p=lhc%2Fweb%2Fwiklou.git add comment per bug 17961 --- diff --git a/maintenance/generateSitemap.php b/maintenance/generateSitemap.php index 30d6f73cab..f68b3aa343 100644 --- a/maintenance/generateSitemap.php +++ b/maintenance/generateSitemap.php @@ -441,6 +441,7 @@ class GenerateSitemap extends Maintenance { * Populate $this->limit */ function generateLimit( $namespace ) { + // bug 17961: make a title with the longest possible URL in this namespace $title = Title::makeTitle( $namespace, str_repeat( "\xf0\xa8\xae\x81", 63 ) . "\xe5\x96\x83" ); $this->limit = array(