-
Reinhold Kainhofer authored
V4.0.2: Old php versions do not support using array elements directly for function calls. We need to use call_user_func_array instead, otherwise we get an error "Function name must be a string"...
Reinhold Kainhofer authoredV4.0.2: Old php versions do not support using array elements directly for function calls. We need to use call_user_func_array instead, otherwise we get an error "Function name must be a string"...