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...)

CommentFileSizeAuthor
#1 system.install_12.patch670 bytesyched
system.install_11.patch537 bytesyched

Comments

yched’s picture

Title: E_ALL warnings when running update 6013 » E_ALL warnings on updates 6013 / 6014
StatusFileSize
new670 bytes

Same is also true of the newly committed update_6014

yched’s picture

Status: Needs review » Closed (duplicate)

Per Dries's request, this has been repacked in http://drupal.org/node/141637#comment-242072