Closed (fixed)
Project:
Webform
Version:
6.x-3.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2011 at 17:56 UTC
Updated:
14 Sep 2011 at 21:01 UTC
Jump to comment: Most recent file
The function webform_update_6329 in webform.install does not return $ret at the end of the function, and so updating causes the following error:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in update.php on line 173.<br />
warning: Invalid argument supplied for foreach() in update.php on line 337.| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_update_bug.png | 38.51 KB | goose2000 |
Comments
Comment #1
tjg commentedHere's a diff to fix the problem:
Comment #2
goose2000 commentedI just tried to update using:
webform-6.x-3.13.tar.gz
and I got some errors/warnings, see attached.
Is it broke now?
Comment #3
vernond commentedApologies for my finger trouble folks! This error has been fixed in 6.x-3.14 which is ready for download on the webform home page.
@tjg - thanks for the prompt report and patch!