From 1aea601a3018bbd5c7b4c67da92fdd7a388d8393 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Tue, 16 Nov 2021 16:53:21 -0800 Subject: [PATCH] [Bugfix] Call the correct matchmake function. --- wikiq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiq b/wikiq index a377d19..2cb0c3a 100755 --- a/wikiq +++ b/wikiq @@ -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 -- 2.39.5