From: Janusz Dobrowolski Date: Thu, 16 Apr 2015 08:30:49 +0000 (+0200) Subject: Backup and Restore: system settings has not been refreshed after restore (typo). X-Git-Tag: v2.4.2~19^2~203 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=7e8df3a179c05c51085349e139aac9ce88b9378d;p=fa-stable.git Backup and Restore: system settings has not been refreshed after restore (typo). --- 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.")); }