From 7e8df3a179c05c51085349e139aac9ce88b9378d Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 16 Apr 2015 10:30:49 +0200 Subject: [PATCH] Backup and Restore: system settings has not been refreshed after restore (typo). --- admin/backups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/backups.php b/admin/backups.php index 0c039dea..b8fef45b 100644 --- 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->refresh(); // re-read system setup } else display_error(_("Select backup file first.")); } -- 2.30.2