mirror of
https://github.com/Mibew/mibew.git
synced 2025-07-27 15:16:23 +03:00
Merge 7d2a91ab9a
into 2ff3e8c4f0
This commit is contained in:
commit
b78b612ea6
@ -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'] : "");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user