]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
not a nickname so don't canonicalize
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 17 Sep 2008 18:57:23 +0000 (14:57 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 17 Sep 2008 18:57:23 +0000 (14:57 -0400)
darcs-hash:20080917185723-5ed1f-1795b591692f804df3140012af69560aa8204b77.gz

actions/newmessage.php

index 7df6c7259137a5516f6eb156e58bf2204b9081fc..b324b8bf84986842cd1efafd95d05356a9da5690 100644 (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);