Zooflow: fix pm path

This commit is contained in:
Jonathan Jenne 2022-03-17 11:07:45 +01:00
parent 0b1bd49990
commit 5029b4f08a

View File

@ -71,8 +71,8 @@ Public Class ClassModules
Private Function GetProductPathFor(pProduct As Product, pSubKey As String) As String
Dim oPathFromConfig = GetProductPathFromConfig(pProduct)
If oPathFromRegistry IsNot Nothing Then
Return oPathFromRegistry
If oPathFromConfig IsNot Nothing Then
Return oPathFromConfig
Else
Return GetProductPathFromRegistryFor(pSubKey)
End If