- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 20,996
- راهحلها
- 27
- پسندها
- 3,261
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
XF\Language::getDateTimeParts
used to accept a Datetime
object, but since XF2.3 this is now broken.The cause is the
getShortDate
function attempts to use the $timestamp
as a key into an array (which doesn't work with Datetime
object)