From: Aaron Schulz Date: Sat, 24 May 2008 16:57:51 +0000 (+0000) Subject: Add getRevisionId() X-Git-Tag: 1.31.0-rc.0~47404 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=10a362c46c90f0a9d120d026e27c7ed3d52fb2e7;p=lhc%2Fweb%2Fwiklou.git Add getRevisionId() --- 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;