From de4077627b682041feb8965137a1356baf9fa0ad Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 14 Apr 2016 15:53:57 +0545 Subject: Allow to restore any ares of config If the existing config does not have a particular area in it, then the user should still be able to restore it from another config. Redmine #6144 --- src/usr/local/www/diag_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local') diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index 1324fc2..38a0281 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -683,7 +683,7 @@ $section->addInput(new Form_Select( 'restorearea', 'Restore area', '', - build_area_list(false) + build_area_list(true) )); $section->addInput(new Form_Input( -- cgit v1.1