fix display of site url in viewfeed mode
This commit is contained in:
parent
bbf3ba8d0d
commit
c7188969dd
|
@ -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 //////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -1990,7 +1990,7 @@
|
|||
$limit_query_part");
|
||||
}
|
||||
|
||||
return array($result, $feed_title);
|
||||
return array($result, $feed_title, $feed_site_url, $last_error);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue