fubared a715271f84 - this is the fix

This commit is contained in:
Craig Andrews 2010-03-11 21:02:41 -05:00
parent a715271f84
commit 2179aae758
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ class LoseCommand extends Command
return;
}
$result = Subscription::cancel($this->other, $this->user);
$result = Subscription::cancel($this->getProfile($this->other), $this->user->getProfile());
if ($result) {
$channel->output($this->user, sprintf(_('Unsubscribed %s'), $this->other));