[Bugfix] Call the correct matchmake function.

This commit is contained in:
Nathan TeBlunthuis 2021-11-16 16:53:21 -08:00
parent c437b357db
commit 1aea601a30

2
wikiq
View File

@ -518,7 +518,7 @@ class WikiqParser():
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