Fixed After successful Backup, loader.gif still present
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 2 Oct 2017 22:11:33 +0000 (00:11 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 2 Oct 2017 22:11:33 +0000 (00:11 +0200)
admin/backups.php

index 32130e5bccb155c6ecdf4e31f2f7821098786590..e4364def3b5537bd5ed4d3862e84c31a62fc11e3 100644 (file)
@@ -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')) {