From 46965a816d4d1f25da4540824ac92dfba7d4d49c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 14:57:23 -0400 Subject: not a nickname so don't canonicalize darcs-hash:20080917185723-5ed1f-1795b591692f804df3140012af69560aa8204b77.gz --- actions/newmessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf