Skip to content

Commit

Permalink
Fix several typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Apr 3, 2014
1 parent e3ca803 commit 9593044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TV/Fetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ protected function updateIds()
$response = \Requests::request(
self::TARGET_URL,
array(),
array('grille', 'telerama'),
array('grille' => 'telerama'),
\Requests::GET,
array(
'follow_redirects' => true,
'timeout' => $this->timeout,
Expand Down

0 comments on commit 9593044

Please sign in to comment.