diff --git a/lib/Dandelionmood/LastFm/LastFm.php b/lib/Dandelionmood/LastFm/LastFm.php index 00bedd1..d9eb21c 100644 --- a/lib/Dandelionmood/LastFm/LastFm.php +++ b/lib/Dandelionmood/LastFm/LastFm.php @@ -147,7 +147,7 @@ private function _make_request( $method, $parameters = array(), $browser = new Browser(); $response = $browser->post( self::API_URL, - ['content-type' => 'application/x-www-form-urlencoded'], + array('content-type' => 'application/x-www-form-urlencoded'), http_build_query( $parameters ) ); $json = json_decode( $response->getContent() );