From 63099f6408324ff20e526f6e3cd66e1cc14689f5 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Fri, 23 Jun 2006 21:54:31 +0000 Subject: [PATCH] Missing $this-> --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index ada0a5f97f..530ff8b9bd 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -3779,7 +3779,7 @@ class Parser $substText = '{{' . $substWord->getSynonym( 0 ); $text = preg_replace( $substRegex, $substText, $text ); - $text = cleanSigInSig( $text ); + $text = $this->cleanSigInSig( $text ); $text = $this->replaceVariables( $text ); $this->clearState(); -- 2.20.1