1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

unburn: remove ending ? from urls

This commit is contained in:
Andrew Dolgov 2013-02-01 00:34:57 +04:00
parent 75a316ab3c
commit 1e6463fde9

View File

@ -60,6 +60,8 @@ class Af_Unburn extends Plugin {
} }
} }
$real_url = preg_replace("/\?$/", "", $real_url);
$article["guid"] = "unburn,$owner_uid:" . $article["guid"]; $article["guid"] = "unburn,$owner_uid:" . $article["guid"];
$article["link"] = $real_url; $article["link"] = $real_url;
} }