summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java
index 816554588..4e9ef1fa6 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteCACertPage.java
@@ -49,8 +49,8 @@ class WIPasteCACertPage extends WIPasteCertPage {
if (wizardInfo.isCloning() && wizardInfo.isCACloningDone())
return false;
- if (wizardInfo.isCACertLocalCA() || !wizardInfo.isInstallCertNow()
- || !wizardInfo.isCAInstalled() || wizardInfo.isMigrationEnable()
+ if (wizardInfo.isCACertLocalCA() || !wizardInfo.isInstallCertNow()
+ || !wizardInfo.isCAInstalled() || wizardInfo.isMigrationEnable()
|| wizardInfo.isCACertInstalledDone())
return false;