]> code.communitydata.science - mediawiki_dump_tools.git/blobdiff - wikiq
[Bugfix] Call the correct matchmake function.
[mediawiki_dump_tools.git] / wikiq
diff --git a/wikiq b/wikiq
index a377d19a9469028a7763b37c9b2f46313c72b27c..2cb0c3a8752d7ea8ce5293fe3ea707882f636a18 100755 (executable)
--- a/wikiq
+++ b/wikiq
@@ -518,7 +518,7 @@ class WikiqParser():
                                              namespace = namespace
                                              )
 
                                              namespace = namespace
                                              )
 
-                rev_data = self.matchmake(rev, rev_data)
+                rev_data = self.matchmake_revision(rev, rev_data)
 
                 if not rev.deleted.text:
                     # rev.text can be None if the page has no text
 
                 if not rev.deleted.text:
                     # rev.text can be None if the page has no text

Community Data Science Collective || Want to submit a patch?