Forums
(@tomw2005)
10 years, 7 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!