Ok, found it and this may be something similar to what Dan had a page back.
This should speak for itself. Small fix at around line 360.
// if the url doesn't start with http:// or the first character is a "/"
if (substr($url, 0, 7) != "http://" && substr($url, 0, 1) != "/")
According to your comment, shouldn’t you have this?
if (substr($url, 0, 7) != "http://" && substr($url, 0, 1) == "/")
It is still downloadable from within this thread. Guess you didn’t look “everywhere” 😉 . I’m 99.9% sure you’re not going to get much if any support on this though, but good luck.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.