Index: trunk/phase3/maintenance/generateSitemap.php |
— | — | @@ -441,6 +441,7 @@ |
442 | 442 | * Populate $this->limit |
443 | 443 | */ |
444 | 444 | function generateLimit( $namespace ) { |
| 445 | + // bug 17961: make a title with the longest possible URL in this namespace |
445 | 446 | $title = Title::makeTitle( $namespace, str_repeat( "\xf0\xa8\xae\x81", 63 ) . "\xe5\x96\x83" ); |
446 | 447 | |
447 | 448 | $this->limit = array( |