Zooflow: Restore Doctype changes

This commit is contained in:
Jonathan Jenne
2022-03-04 11:44:22 +01:00
parent 44e06dd2f0
commit da966226c9
6 changed files with 44 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ Public Class ClassModules
Dim oPathFromRegistry = GetProductPathFromRegistryFor(pSubKey)
If oPathFromRegistry IsNot Nothing Then
Return pSubKey
Return oPathFromRegistry
Else
Return GetProductPathFromConfig(pProduct)
End If