diff --git a/classes/User.php b/classes/User.php index 12cc170f86..909cadb6eb 100644 --- a/classes/User.php +++ b/classes/User.php @@ -190,7 +190,7 @@ class User extends Managed_DataObject return Sms_carrier::getKV('id', $this->carrier); } - function hasBlocked($other) + function hasBlocked(Profile $other) { return $this->getProfile()->hasBlocked($other); }