Skip to content

Commit

Permalink
enable Articlesearch
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jul 9, 2011
1 parent 0806378 commit c598f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/NYTimes/Main.php
Expand Up @@ -37,7 +37,7 @@ class Main
*/
public static function factory($api, $key)
{
static $supported = array('Newswire');
static $supported = array('Newswire', 'Articlesearch',);
$api = ucfirst(strtolower($api));

if (!in_array($api, $supported)) {
Expand Down

0 comments on commit c598f01

Please sign in to comment.