Skip to content

Commit

Permalink
* [LinkedIn] Add 'field' to global config.php template array
Browse files Browse the repository at this point in the history
  • Loading branch information
aWuttig committed Jan 31, 2017
1 parent 4de84c9 commit f3fa187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hybridauth/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
),
"LinkedIn" => array(
"enabled" => true,
"keys" => array("key" => "", "secret" => "")
"keys" => array("key" => "", "secret" => ""),
"fields" => array()
),
"Foursquare" => array(
"enabled" => true,
Expand Down

0 comments on commit f3fa187

Please sign in to comment.