use new maintain class

git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@28850 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-06-29 14:26:30 +00:00
parent 06a8154011
commit dc10fc84c0
4 changed files with 16 additions and 183 deletions
+1 -3
View File
@@ -47,7 +47,7 @@ if (isset($_POST['submit']))
),
);
conf_update_param('SocialButtons', serialize($conf['SocialButtons']));
conf_update_param('SocialButtons', $conf['SocialButtons']);
$page['infos'][] = l10n('Information data registered in database');
// the prefilter changes, we must delete compiled templatess
@@ -63,5 +63,3 @@ $template->assign(array(
$template->set_filename('socialbutt_content', realpath(SOCIALBUTT_PATH . 'template/admin.tpl'));
$template->assign_var_from_handle('ADMIN_CONTENT', 'socialbutt_content');
?>