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

dries’s picture

Status: Active » Fixed

Oops, that was some left-over debug code which I've now removed. Thanks Stefaan.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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