FIX: $return -> $status in refresh_shows
This commit is contained in:
parent
d3bf779a43
commit
6ff85df5ab
2 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@ function refresh_shows($feeds) {
|
|||
}
|
||||
$result = array_merge($result, $output);
|
||||
}
|
||||
return [$return, $result];
|
||||
return [$status, $result];
|
||||
}
|
||||
|
||||
# terminating functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue