Backup and Restore: system settings has not been refreshed after restore (typo).
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 16 Apr 2015 08:30:49 +0000 (10:30 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 16 Apr 2015 08:30:49 +0000 (10:30 +0200)
admin/backups.php

index 0c039dea42205b6a2f482b2d226b09a90f96c8c9..b8fef45b34ff978475ed19709924246823e532db 100644 (file)
@@ -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->refresh(); // re-read system setup
        } else
                display_error(_("Select backup file first."));
 }