fixed typo in variable

This commit is contained in:
Robbt 2019-01-13 09:50:21 -05:00
parent eb349174dd
commit 2485e70bbe
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class PodcastManager {
array_push($episodes, $placeholder);
}
}
return $episodPoes;
return $episodes;
}
/**