diff --git a/lib/util.php b/lib/util.php index 7a0d5d11f1..abd8a86255 100644 --- a/lib/util.php +++ b/lib/util.php @@ -352,6 +352,7 @@ function common_canonical_email($email) { function common_render_content($text, $notice=NULL) { $r = htmlspecialchars($text); if ($notice) { + print('Got a notice, checking for atlinks.'); $id = $notice->profile_id; $r = preg_replace('/\b@([\w-]+)\b/e', "ATLINK*** \\1 ***", $r); }