Merge "add lbzip2 output processor for exports"
[lhc/web/wiklou.git] / includes / import / WikiImporter.php
index 4d72102..bd19aa7 100644 (file)
@@ -893,6 +893,7 @@ class WikiImporter {
                                ) . " exceeds the maximum allowable size ($wgMaxArticleSize KB)" );
                }
 
+               // FIXME: process schema version 11!
                $revision = new WikiRevision( $this->config );
 
                if ( isset( $revisionInfo['id'] ) ) {