Add getRevisionId()
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 24 May 2008 16:57:51 +0000 (16:57 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 24 May 2008 16:57:51 +0000 (16:57 +0000)
includes/Parser.php

index 26848e2..0b8497f 100644 (file)
@@ -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;