diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-06-22 06:35:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-06-22 06:35:29 +0100 |
| commit | c7188969ddd3777cecf38f02822c738b4a6f8df4 (patch) | |
| tree | 581c74d74fc782d90869deb3b76c5ea2af28b7bf /functions.php | |
| parent | bbf3ba8d0d67ad0b985f526fd0153f6423dd666b (diff) | |
fix display of site url in viewfeed mode
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index f56ee34d4..d246ee98c 100644 --- a/functions.php +++ b/functions.php @@ -1990,7 +1990,7 @@ $limit_query_part"); } - return array($result, $feed_title); + return array($result, $feed_title, $feed_site_url, $last_error); } |