]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_unburn/init.php
Fixing bugs found by static analysis
[tt-rss.git] / plugins / af_unburn / init.php
index 62b3b4dcfdc5a193e2927eea0457df6b20fcfc10..a97502b12a7ebfd988916722ddc71f7f63496c6f 100644 (file)
@@ -114,7 +114,7 @@ class Af_Unburn extends Plugin {
                                preg_match("/(Location:|URI:)[^(\n)]*/", $header, $matches);
                                $url = trim(str_replace($matches[1],"",$matches[0]));
                                $url_parsed = parse_url($url);
-                               return (isset($url_parsed))? geturl($url, $referer):'';
+                               return (isset($url_parsed))? geturl($url):'';
                        }
                        $oline='';
                        foreach($status as $key=>$eline){$oline.='['.$key.']'.$eline.' ';}