mark getOldIDFromRequest as public
This commit is contained in:
parent
c83882e96e
commit
9350615e17
1 changed files with 1 additions and 1 deletions
|
|
@ -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' );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue