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:
e289445
)
Backup and Restore: system settings has not been refreshed after restore (typo).
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 16 Apr 2015 08:30:49 +0000
(10:30 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 16 Apr 2015 08:30:49 +0000
(10:30 +0200)
admin/backups.php
patch
|
blob
|
history
diff --git
a/admin/backups.php
b/admin/backups.php
index 0c039dea42205b6a2f482b2d226b09a90f96c8c9..b8fef45b34ff978475ed19709924246823e532db 100644
(file)
--- a/
admin/backups.php
+++ b/
admin/backups.php
@@
-140,7
+140,7
@@
if (get_post('restore')) {
if ($backup_name) {
if (db_import($backup_path, $conn))
display_notification(_("Restore backup completed."));
- $SysPrefs->refesh(); // re-read system setup
+ $SysPrefs->ref
r
esh(); // re-read system setup
} else
display_error(_("Select backup file first."));
}