Include notice fragment on 'in context' links in Realtime plugin family.

This commit is contained in:
Brion Vibber 2010-05-17 19:47:44 +00:00
parent e36df29212
commit b77878f467
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,8 @@ class RealtimePlugin extends Plugin
);
common_log(LOG_WARNING, $msg);
} else {
$convurl .= '#notice-' . $notice->id;
}
}