Closed (fixed)
Project:
Mollom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2008 at 23:44 UTC
Updated:
21 Apr 2008 at 05:41 UTC
I just noticed this around line 719 of the 6.x-dev version:
$ids = array('http://foo.com');
I guess this should be
$ids = array('http://foo.com', 'http://bar.com', 'http://baz.com', 'http://helloworld.com');
:-p
Comments
Comment #1
dries commentedOops, that was some left-over debug code which I've now removed. Thanks Stefaan.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.