diff --git a/app/init2.php b/app/init2.php index 44ca9c2ba2..d7e27db9ac 100644 --- a/app/init2.php +++ b/app/init2.php @@ -590,7 +590,7 @@ $user if ($project->isEmpty()) { $user = new Document([]); } else { - if ($project->getId() === 'console') { // + if ($project->getId() === 'console') { $user = $dbForConsole->getDocument('users', $authentication->getUnique()); } else { $user = $dbForProject->getDocument('users', $authentication->getUnique());