- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
PHP:
PHP:
And
public function createRedirectionRecordForThread(\XF\Entity\Thread $thread, \XF\Entity\Thread $targetThread, $expiryLength = 0, $nodeId = null, $saveNow = true)
createRedirectionRecordForThread
doesn't actually do anything with the $nodeId
argument;PHP:
And
createRedirectionRecordForThread
is incorrectly called inside XF\Service\Thread\Merger::convertSourcesToRedirects
as...