From fcf376e90fd643f696b901ab8384cc038d41db04 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 03:29:53 -0400 Subject: format replyto name correctly darcs-hash:20080709072953-84dde-5ebea95c28e535c8bdd5255354910a6f92903b92.gz --- actions/newnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/newnotice.php b/actions/newnotice.php index a7a3f8362..aabf5ccd7 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -98,7 +98,7 @@ class NewnoticeAction extends Action { $replyto = $this->trimmed('replyto'); $profile = Profile::staticGet('nickname', $replyto); if ($profile) { - $content = "@$profile "; + $content = '@' . $profile->nickname . ' '; } } common_show_header(_t('New notice'), NULL, $content, -- cgit v1.2.3-54-g00ecf