Closed (fixed)
Project:
Quotes
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Nov 2004 at 16:27 UTC
Updated:
13 Mar 2005 at 04:15 UTC
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
Comment #1
jhriggs commentedThis is fixed in CVS (4.5r4/2005022600, 4.6r1/2005022601).
Comment #2
(not verified) commented