summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-22 06:35:29 +0100
committerAndrew Dolgov <[email protected]>2006-06-22 06:35:29 +0100
commitc7188969ddd3777cecf38f02822c738b4a6f8df4 (patch)
tree581c74d74fc782d90869deb3b76c5ea2af28b7bf /backend.php
parentbbf3ba8d0d67ad0b985f526fd0153f6423dd666b (diff)
fix display of site url in viewfeed mode
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 0ca648220..d78d5cd28 100644
--- a/backend.php
+++ b/backend.php
@@ -785,6 +785,8 @@
$result = $qfh_ret[0];
$feed_title = $qfh_ret[1];
+ $feed_site_url = $qfh_ret[2];
+ $last_error = $qfh_ret[3];
/// STOP //////////////////////////////////////////////////////////////////////////////////