Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -545,7 +545,7 @@ |
546 | 546 | if( is_null( $articleTitle ) ) { |
547 | 547 | continue; |
548 | 548 | } |
549 | | - $articleTitle = Title::makeTitleSafe( NS_MAIN, $articleTitle ); |
| 549 | + $articleTitle = Title::newFromText( $articleTitle ); |
550 | 550 | if ($oldid < 0) { |
551 | 551 | $article = new Article( $articleTitle ); |
552 | 552 | } else { |