fixed typo in variable
This commit is contained in:
parent
eb349174dd
commit
2485e70bbe
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class PodcastManager {
|
||||||
array_push($episodes, $placeholder);
|
array_push($episodes, $placeholder);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $episodPoes;
|
return $episodes;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue