not a nickname so don't canonicalize
darcs-hash:20080917185723-5ed1f-1795b591692f804df3140012af69560aa8204b77.gz
This commit is contained in:
parent
f65039212d
commit
46965a816d
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user