not a nickname so don't canonicalize

darcs-hash:20080917185723-5ed1f-1795b591692f804df3140012af69560aa8204b77.gz
This commit is contained in:
Evan Prodromou 2008-09-17 14:57:23 -04:00
parent f65039212d
commit 46965a816d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class NewmessageAction extends Action {
$content = $this->trimmed('content');
$user = common_current_user();
$to = common_canonical_nickname($this->trimmed('to'));
$to = $this->trimmed('to');
$other = User::staticGet('id', $to);