mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Issue #2539 - LinkedIn configuration fix.
This commit is contained in:
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user