1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Issue - LinkedIn configuration fix.

This commit is contained in:
Cameron 2017-09-19 12:38:00 -07:00
parent e2ef244e4c
commit cec388d915

@ -182,7 +182,7 @@ class social_ui extends e_admin_ui
"LinkedIn" => array (
"enabled" => true,
"keys" => array ( "key" => "", "secret" => "" )
"keys" => array ( "id" => "", "secret" => "" )
),
// windows live
@ -212,7 +212,7 @@ class social_ui extends e_admin_ui
"keys" => array ( "key" => "", "secret" => "" ),
"includeEmail" => true,
),
"Yahoo" => array (
"enabled" => true,