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

View File

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