summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
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;