projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4acd1f9
)
Fixed After successful Backup, loader.gif still present
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 2 Oct 2017 22:11:33 +0000
(
00:11
+0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 2 Oct 2017 22:11:33 +0000
(
00:11
+0200)
admin/backups.php
patch
|
blob
|
history
diff --git
a/admin/backups.php
b/admin/backups.php
index 32130e5bccb155c6ecdf4e31f2f7821098786590..e4364def3b5537bd5ed4d3862e84c31a62fc11e3 100644
(file)
--- 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')) {