- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
If
PHP:
$forum
is null, then the code which uses $forumTypeHandler
which is on all branches after fetching it from $forum
; will be accessing a method on a null
object instead of throwing/logging a useful/standard error message.PHP: