Fix getRequet to getRequest

This commit is contained in:
Sam Reed 2011-08-18 20:56:57 +00:00
parent 80d5084db8
commit 2b42e98dc8

View file

@ -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 ) {