Fix getRequet to getRequest
This commit is contained in:
parent
80d5084db8
commit
2b42e98dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -1450,7 +1450,7 @@ class User {
|
|||
$limits = $wgRateLimits[$action];
|
||||
$keys = array();
|
||||
$id = $this->getId();
|
||||
$ip = $this->getRequet()->getIP();
|
||||
$ip = $this->getRequest()->getIP();
|
||||
$userLimit = false;
|
||||
|
||||
if( isset( $limits['anon'] ) && $id == 0 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue