Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d6e19f7

Browse files
committed
[Bug 20345] Ensure the IDE uses valid DB connections
1 parent 46c23ea commit d6e19f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/libraries/revidedocumentationlibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end ideDocsEnsureDatabase
2020

2121
local sConnection
2222
on ideDocsInitialize
23-
if sConnection is not empty then
23+
if sConnection is among the items of revOpenDatabases() then
2424
exit ideDocsInitialize
2525
end if
2626

0 commit comments

Comments
 (0)