this isn't so necessary with latest upstream changes

This commit is contained in:
Shish 2012-01-30 02:18:16 +00:00
parent 112fb0841d
commit 7af442855d

View file

@ -134,15 +134,7 @@ class CommentListTheme extends Themelet {
global $user;
$tfe = new TextFormattingEvent($comment->comment);
// sending this event to all ~50 exts has a lot of overhead
if(SPEED_HAX) {
$bb = new BBCode();
$bb->receive_event($tfe);
}
else {
send_event($tfe);
}
send_event($tfe);
$i_uid = int_escape($comment->owner_id);
$h_name = html_escape($comment->owner_name);