The webform_update_6329() function is not returning the $ret variable, which will cause an array_merge() warning when update.php is run. Related but not high priority, the update function should be before the _webform_recursive_delete() function, not after it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_missing_ret.patch | 1.67 KB | quicksketch |
| webform_missing_ret.patch | 1.67 KB | quicksketch |
Comments
Comment #1
quicksketchTested and confirmed working. Committed to the 6.x-3.x branch.
Comment #2
quicksketchOh, vernond already fixed this issue in #1265758: webform_update_6329 does not return $ret. Well I've switched the position of _webform_recursive_delete() nonetheless.