mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-08-07 01:12:48 +02:00
add linkedin
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@25178 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -42,6 +42,10 @@ if (isset($_POST['submit']))
|
||||
'type' => $_POST['reddit']['type'],
|
||||
'community' => $_POST['reddit']['community'],
|
||||
),
|
||||
'linkedin' => array(
|
||||
'enabled' => isset($_POST['linkedin']['enabled']),
|
||||
'counter' => $_POST['linkedin']['counter'],
|
||||
),
|
||||
);
|
||||
|
||||
conf_update_param('SocialButtons', serialize($conf['SocialButtons']));
|
||||
|
||||
Reference in New Issue
Block a user