Remove outdated comment
authorArlo Breault <abreault@wikimedia.org>
Tue, 5 Sep 2017 22:30:24 +0000 (18:30 -0400)
committerArlo Breault <abreault@wikimedia.org>
Tue, 5 Sep 2017 22:30:24 +0000 (18:30 -0400)
 * Presumably, should have been part of 3f7615be.

Change-Id: I096c65e72e07c2e1f5a8cd96f6cb930508db8568

includes/title/MediaWikiTitleCodec.php

index dd8b975..efc0fd4 100644 (file)
@@ -328,7 +328,6 @@ class MediaWikiTitleCodec implements TitleFormatter, TitleParser {
                                                        # Disallow Talk:File:x type titles...
                                                        throw new MalformedTitleException( 'title-invalid-talk-namespace', $text );
                                                } elseif ( $this->interwikiLookup->isValidInterwiki( $x[1] ) ) {
-                                                       // TODO: get rid of global state!
                                                        # Disallow Talk:Interwiki:x type titles...
                                                        throw new MalformedTitleException( 'title-invalid-talk-namespace', $text );
                                                }