From f596e072e79ec87541b27008ea2327275e5fc669 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 2 Mar 2010 09:53:00 -0800 Subject: Fix for regression in updated mention checks, sometimes lost links to folks mentioned in the replied message. --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index d12a7920d..485f6f0d9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -550,7 +550,7 @@ function common_find_mentions($text, $notice) } else if (!empty($originalMentions) && array_key_exists($nickname, $originalMentions)) { - $mention = $originalMentions[$nickname]; + $mentioned = $originalMentions[$nickname]; } else { $mentioned = common_relative_profile($sender, $nickname); } -- cgit v1.2.3-54-g00ecf