From committed patch in http://drupal.org/node/137211 :
system_update_6013 has no return value.
Attached patch fixes this by returning an empty array, which is the common practice in core and contrib updates.
We could decide to strengthen update.php against such cases, but i think the current rule is that update functions have to return an array (other than that, attached patch is RTBC, really...)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | system.install_12.patch | 670 bytes | yched |
| system.install_11.patch | 537 bytes | yched |
Comments
Comment #1
yched commentedSame is also true of the newly committed update_6014
Comment #2
yched commentedPer Dries's request, this has been repacked in http://drupal.org/node/141637#comment-242072