Joouul → changed the visibility of the branch 2768691-fatal-error-call to hidden.
$default_value = array ($filter ? webform_replace_tokens($component['extra']['default_value']) : $component['extra']['default_value']);
This line give an error because the last webform module version do not have the webform_replace_tokens() function.
I fixed this simply sostituting this line with this
$default_value = array ($component['extra']['default_value']);
Active
1.9
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Joouul → changed the visibility of the branch 2768691-fatal-error-call to hidden.