@@ -52,7 +52,7 @@ |
||
52 | 52 | |
53 | 53 | $this->tmdb->checkOptionLanguage($options, $this->params); |
54 | 54 | |
55 | - $this->data = $this->tmdb->getRequest('person/' . $item_id . '/' . $item_type . '_credits', $this->params); |
|
55 | + $this->data = $this->tmdb->getRequest('person/' . $item_id . '/' . $item_type . '_credits', $this->params); |
|
56 | 56 | } catch (TmdbException $ex) { |
57 | 57 | throw $ex; |
58 | 58 | } |