From da8f34412bcb80d147eee4f9cdd5f43117189bd8 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 3 Oct 2017 00:11:33 +0200 Subject: [PATCH] Fixed After successful Backup, loader.gif still present --- admin/backups.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/backups.php b/admin/backups.php index 32130e5b..e4364def 100644 --- a/admin/backups.php +++ b/admin/backups.php @@ -134,6 +134,7 @@ $backup_path = $SysPrefs->backup_dir() . $backup_name; if (get_post('creat')) { generate_backup($conn, get_post('comp'), get_post('comments')); $Ajax->activate('backups'); + $SysPrefs->refresh(); // re-read system setup }; if (get_post('restore')) { -- 2.30.2