From: Platonides Date: Sun, 20 Mar 2011 16:29:31 +0000 (+0000) Subject: Follow up r84175 X-Git-Tag: 1.31.0-rc.0~31298 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=d394638f7beee15e78587c8984822c2c1ae72bd3;p=lhc%2Fweb%2Fwiklou.git Follow up r84175 --- diff --git a/maintenance/preprocessDump.php b/maintenance/preprocessDump.php index 89268ebe8f..27d11dcda0 100644 --- a/maintenance/preprocessDump.php +++ b/maintenance/preprocessDump.php @@ -66,7 +66,8 @@ class PreprocessDump extends Maintenance { } static function disableInterwikis( $prefix, &$data ) { - # Title::newFromText will check on ach namespaced article if it's an interwiki. + # Title::newFromText will check on each namespaced article if it's an interwiki. + # We always answer that it is not. return false; }