Ignore:
Timestamp:
Dec 23, 2013, 12:44:02 AM (10 years ago)
Author:
mistic100
Message:

update for Piwigo 2.6 and update Facebook options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SocialButtons/admin.php

    r25178 r26100  
    3131    'facebook' => array(
    3232      'enabled' => isset($_POST['facebook']['enabled']),
    33       'color' => $_POST['facebook']['color'],
    3433      'layout' => $_POST['facebook']['layout'],
    3534      ),
     
    5049 
    5150  conf_update_param('SocialButtons', serialize($conf['SocialButtons']));
    52   array_push($page['infos'], l10n('Information data registered in database'));
     51  $page['infos'][] = l10n('Information data registered in database');
    5352 
    5453  // the prefilter changes, we must delete compiled templatess
Note: See TracChangeset for help on using the changeset viewer.