diff options
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r-- | actions/newmessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php index 7df6c7259..b324b8bf8 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -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); |