This commit is contained in:
2022-05-19 12:16:19 +02:00
parent 48830e3dd9
commit 0fb94b6d1b
5 changed files with 10 additions and 10 deletions

View File

@@ -232,7 +232,7 @@ Public Class frmFlowForm
Modules = New ClassModules(My.LogConfig, My.SystemConfig)
FileEx = New Filesystem.File(My.LogConfig)
Search = New SearchRunner(My.LogConfig, Environment, "FlowSearch") With {
.BaseSearchSQL = SQL_DocResultBase
.BaseSearchSQL = SQL_FLOW_SEARCH_BASE
}
' === Initialize Theming ===