Forums
(@tomw2005)
12 years, 2 months ago
On line 1157 of that plugin add an @ before parse_url
Line 1157 should now read:
$info = @parse_url($url);
And it should be fixed!