diff --git a/app/MetaGer.php b/app/MetaGer.php index 1e776909d47d53fde0b7e70cad42808c15e6b192..a243b1aa7598cbc2baa0d1f226838dce884f20cd 100644 --- a/app/MetaGer.php +++ b/app/MetaGer.php @@ -448,7 +448,7 @@ class MetaGer if (strpos($link, "http") !== 0) { $link = "http://" . $link; } - $info = parse_url($url); + $info = parse_url($link); if(isset($info["host"])){ $host = $info['host']; if(strpos($host, "amazon") !== FALSE){