mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Issue #2539 - LinkedIn configuration fix.
This commit is contained in:
@@ -182,7 +182,7 @@ class social_ui extends e_admin_ui
|
|||||||
|
|
||||||
"LinkedIn" => array (
|
"LinkedIn" => array (
|
||||||
"enabled" => true,
|
"enabled" => true,
|
||||||
"keys" => array ( "key" => "", "secret" => "" )
|
"keys" => array ( "id" => "", "secret" => "" )
|
||||||
),
|
),
|
||||||
|
|
||||||
// windows live
|
// windows live
|
||||||
@@ -212,7 +212,7 @@ class social_ui extends e_admin_ui
|
|||||||
"keys" => array ( "key" => "", "secret" => "" ),
|
"keys" => array ( "key" => "", "secret" => "" ),
|
||||||
"includeEmail" => true,
|
"includeEmail" => true,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
||||||
"Yahoo" => array (
|
"Yahoo" => array (
|
||||||
"enabled" => true,
|
"enabled" => true,
|
||||||
|
Reference in New Issue
Block a user