The following updates call update_fix_d7_block_deltas() improperly:

domain_conf_update_7000()
domain_nav_update_7000()
domain_update_7000()

In all cases update_fix_d7_block_deltas() is called with only two parameters, but the function requires 3: http://api.drupal.org/update_fix_d7_block_deltas

CommentFileSizeAuthor
#4 1822064-d7-upgrade-deltas.patch1.39 KBagentrickard

Comments

agentrickard’s picture

That's odd. This used to work fine.

Patch, please.

quicksketch’s picture

I'm not sure what this function does. I'm guessing we can just pass in an empty array for the 3rd argument?

agentrickard’s picture

Yes. Since we don't reassign any module ownership.

agentrickard’s picture

Status: Active » Needs review
StatusFileSize
new1.39 KB

Patch. Also needed for 7.x.2.

agentrickard’s picture

Status: Needs review » Patch (to be ported)

Committed to 7.x.3.

   dd0c1be..e50bf26  7.x-3.x -> 7.x-3.x
agentrickard’s picture

Status: Patch (to be ported) » Fixed

Committed to 7.x.2.

   204dcf2..2308e13  7.x-2.x -> 7.x-2.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.