To be compliant with the recent block.module improvements, the quotes_block function should not return anything unless $op is "list" or "view". More info here

The current condition results in a useless block-specific settings group containing the word "Array".

This should be an ultra-simple fix... just change (on line 445)
else {
to
else if ($in_operation == 'view') {

Comments

jhriggs’s picture

Assigned: Unassigned » jhriggs

This is fixed in CVS (4.5r4/2005022600, 4.6r1/2005022601).

Anonymous’s picture