Backup and Restore: system settings has not been refreshed after restore (typo).
[fa-stable.git] / admin / backups.php
index 1168b4f2fc9ce803268684f45a1c581502411c96..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."));
-               refresh_sys_prefs(); // re-read system setup
+               $SysPrefs->refresh(); // re-read system setup
        } else
                display_error(_("Select backup file first."));
 }