Skip to content

Commit 2e14171

Browse files
committed
one more missing fix
1 parent b1d6fbb commit 2e14171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/src/main/java/com/marklogic/quickstart/web/ProjectsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public ResponseEntity<?> loginToProject(@PathVariable int projectId,
130130
session.setAttribute("currentProjectId", projectId);
131131
session.setAttribute("currentEnvironment", environment);
132132

133-
if (envConfig.isInstalled()) {
133+
if (envConfig.getInstallInfo().isInstalled()) {
134134
installUserModules(envConfig.getMlSettings(), false);
135135
startProjectWatcher();
136136
}

0 commit comments

Comments
 (0)