mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 17:37:21 +00:00
i18n: render battle reports in each reader's language (EN/FR/RO) (#236)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# - Improved readability + minor performance gain
|
||||
#################################################################################
|
||||
|
||||
$dataarray = explode(",", $message->readingNotice['data']);
|
||||
$dataarray = array_map('tz_expand_report', explode(",", $message->readingNotice['data']));
|
||||
|
||||
// ======================== URL SETUP ========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user