show original story too

This commit is contained in:
sose 2021-04-03 21:28:55 +00:00
parent 15f53aefbc
commit 3a176cca05
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ while ($feed->read()) {
if ($multi_source === true) {
$sources = $sources->item(0);
for ($i = 1; $i < ($sources->childNodes->length -1); $i++) {
for ($i = 0; $i < ($sources->childNodes->length -1); $i++) {
$source_node = $sources->childNodes[$i];
$source_publication = "";
$source_link = "";