diff --git a/src/Cartalyst/Sentry/Sentry.php b/src/Cartalyst/Sentry/Sentry.php index c0c2e8c02..7a766778a 100644 --- a/src/Cartalyst/Sentry/Sentry.php +++ b/src/Cartalyst/Sentry/Sentry.php @@ -292,7 +292,7 @@ public function check() if( $this->getThrottleProvider()->isEnabled()) { // Check the throttle status - $throttle = $this->getThrottleProvider()->findByUser( $user ); + $throttle = $this->getThrottleProvider()->findByUser( $user , $this->ipAddress ); if( $throttle->isBanned() or $throttle->isSuspended()) {