diff --git a/includes/User.php b/includes/User.php index 6befcd2a274..2dba47e874d 100644 --- a/includes/User.php +++ b/includes/User.php @@ -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 ) {