From aeaafefa07b31c99efd27653ad22f4040572d441 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 Sep 2020 16:03:09 +0300 Subject: don't pass csrf token as a GET parameter to Article --- include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 9aecaecb4..eaba61a05 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1002,6 +1002,7 @@ $max_feed_id = $row["mid"]; $num_feeds = $row["nf"]; + $params["self_url_prefix"] = get_self_url_prefix(); $params["max_feed_id"] = (int) $max_feed_id; $params["num_feeds"] = (int) $num_feeds; -- cgit v1.2.3