From 10a362c46c90f0a9d120d026e27c7ed3d52fb2e7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 24 May 2008 16:57:51 +0000 Subject: [PATCH] Add getRevisionId() --- includes/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Parser.php b/includes/Parser.php index 26848e2344..0b8497f4fb 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -468,6 +468,7 @@ class Parser function &getTitle() { return $this->mTitle; } function getOptions() { return $this->mOptions; } + function getRevisionId() { return $this->mRevisionId; } function getFunctionLang() { global $wgLang, $wgContLang; -- 2.20.1