This commit is contained in:
falcon4fun 2013-11-14 03:11:29 -08:00
commit b78b612ea6

View File

@ -709,7 +709,9 @@ function check_for_reassign($thread, $operator)
$message_to_post = getstring2_("chat.status.operator.returned", array($operatorName), $thread['locale'], true);
}
post_message($thread['threadid'], $kind_events, $message_to_post);
if ($message_to_post) {
post_message($thread['threadid'], $kind_events, $message_to_post);
}
post_message($thread['threadid'], $kind_avatar, $operator['vcavatar'] ? $operator['vcavatar'] : "");
}
}