block.module defines block_block_configure() function as:

function block_block_configure($delta = 0, $edit = array()) {

The second parameter is not necessary as the invocation of the hook only passes a single parameter.

// Module-specific block configurations.
if ($settings = module_invoke($module, 'block_configure', $delta)) {

Will roll a patch as time allows unless someone else beats me to it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

davyvdb’s picture

Status: Active » Needs review
FileSize
8.03 KB
davyvdb’s picture

Don't trust the previous one. Had some leftovers from other patch. This one's it.

Dries’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix, -Novice

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