Skip to content

Commit

Permalink
Fix wrong reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Mar 8, 2014
1 parent 649f224 commit d9a1e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tmdb/Repository/TvRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getTopRated(array $options = array())
public function getOnTheAir(array $options = array())
{
return $this->getFactory()->createResultCollection(
$this->getApi()->getTopRated($options)
$this->getApi()->getOnTheAir($options)
);
}
}

0 comments on commit d9a1e22

Please sign in to comment.