diff --git a/webui/module/Restore/src/Restore/Form/RestoreForm.php b/webui/module/Restore/src/Restore/Form/RestoreForm.php index b5f2ad6a669..e90ad32f59a 100644 --- a/webui/module/Restore/src/Restore/Form/RestoreForm.php +++ b/webui/module/Restore/src/Restore/Form/RestoreForm.php @@ -244,7 +244,7 @@ public function __construct($restore_params=null, $clients=null, $filesets=null, )); } else { - if(!empty($this->restore_params['client']) && count($this->getRestoreJobList()) == 1) { + if(!empty($this->restore_params['client']) && count($this->getRestoreJobList()) > 0) { $this->add(array( 'name' => 'restorejob', 'type' => 'select',