mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 05:00:59 +02:00
unburn: remove ending ? from urls
This commit is contained in:
parent
75a316ab3c
commit
1e6463fde9
@ -60,6 +60,8 @@ class Af_Unburn extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
$real_url = preg_replace("/\?$/", "", $real_url);
|
||||
|
||||
$article["guid"] = "unburn,$owner_uid:" . $article["guid"];
|
||||
$article["link"] = $real_url;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user