mark getOldIDFromRequest as public

This commit is contained in:
Aaron Schulz 2008-08-26 00:32:55 +00:00
parent c83882e96e
commit 9350615e17

View file

@ -266,7 +266,7 @@ class Article {
* *
* @return int The old id for the request * @return int The old id for the request
*/ */
function getOldIDFromRequest() { public function getOldIDFromRequest() {
global $wgRequest; global $wgRequest;
$this->mRedirectUrl = false; $this->mRedirectUrl = false;
$oldid = $wgRequest->getVal( 'oldid' ); $oldid = $wgRequest->getVal( 'oldid' );