Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 8, 2014
1 parent 2305692 commit 72a22b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Tmdb/Model/Person/QueryParameter/AppendToResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ final class AppendToResponse extends BaseAppendToResponse {
const COMBINED_CREDITS = 'combined_credits';
const IMAGES = 'images';
const CHANGES = 'changes';
const EXTERNAL_IDS = 'external_ids';
}
1 change: 1 addition & 0 deletions lib/Tmdb/Repository/PeopleRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function load($id, array $parameters = array(), array $headers = array())
AppendToResponse::COMBINED_CREDITS,
AppendToResponse::MOVIE_CREDITS,
AppendToResponse::TV_CREDITS,
AppendToResponse::EXTERNAL_IDS
))
);
}
Expand Down

0 comments on commit 72a22b1

Please sign in to comment.