Skip to content

Commit

Permalink
Update method
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 26, 2014
1 parent 2fdb933 commit 60961bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tmdb/Repository/ChangesRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getMovieChanges(ChangesQuery $query, array $headers = array()) {
* @return People
*/
public function getPeopleChanges(ChangesQuery $query, array $headers = array()) {
$data = $this->getApi()->getPeopleChanges($query->toArray(), $this->parseHeaders($headers));
$data = $this->getApi()->getPersonChanges($query->toArray(), $this->parseHeaders($headers));

return PeopleFactory::createCollection($data);
}
Expand Down

0 comments on commit 60961bc

Please sign in to comment.