fix : déplacer config mises à jour Folio dans l'onglet Site

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 09:48:03 +02:00
parent 4b5943c0a4
commit de8785d088
2 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -2837,7 +2837,7 @@ switch ($action) {
'folio_update_branch' => $_POST['folio_update_branch'] ?? '',
]);
$_updateChecker->clearCache();
header('Location: /admin?tab=dashboard&notice=' . ($ok ? 'folio_saved' : 'folio_error'));
header('Location: /admin/site?notice=' . ($ok ? 'folio_saved' : 'folio_error'));
exit;
case 'admin_save_site':