- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
When activity summary emails are being sent to users in multiple languages, sections titles are mixed up if the sections do not use custom titles.
The root cause for this issue seems rather complicated:
Initially, the tile does get set in
PHP:
XF\ActivitySummary\AbstractSection::getTitle() does return property
PHP:
The root cause for this issue seems rather complicated:
Initially, the tile does get set in
XF\Job\ActivitySummaryEmail::generateEmailData()
:PHP:
$instance->addDisplayValue($handler->getTitle(), $total);
XF\ActivitySummary\AbstractSection::getTitle() does return property
title
from the entity:PHP:
نام موضوع : Mixed language in activity summary emails