- Fixed mail bounce processing.
- fix: Asset Manager displaying incorrectly - fix: Cannot paste from clipboard - Made the search indexer mor compatible with Chinese and other non-ascii characters. (Thanks to Zhou Xiaopeng)
This commit is contained in:
parent
cf6185c74c
commit
c65d9490e7
7 changed files with 41 additions and 22 deletions
|
|
@ -783,6 +783,7 @@ sub postProcess {
|
|||
|
||||
sub publish {
|
||||
my $self = shift;
|
||||
$self->SUPER::publish(@_);
|
||||
$self->getThread->sumReplies;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue