[Bugfix] Call the correct matchmake function.
This commit is contained in:
parent
c437b357db
commit
1aea601a30
2
wikiq
2
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:
|
if not rev.deleted.text:
|
||||||
# rev.text can be None if the page has no text
|
# rev.text can be None if the page has no text
|
||||||
|
Loading…
Reference in New Issue
Block a user