Zooflow: fix pm path
This commit is contained in:
parent
0b1bd49990
commit
5029b4f08a
@ -71,8 +71,8 @@ Public Class ClassModules
|
|||||||
Private Function GetProductPathFor(pProduct As Product, pSubKey As String) As String
|
Private Function GetProductPathFor(pProduct As Product, pSubKey As String) As String
|
||||||
Dim oPathFromConfig = GetProductPathFromConfig(pProduct)
|
Dim oPathFromConfig = GetProductPathFromConfig(pProduct)
|
||||||
|
|
||||||
If oPathFromRegistry IsNot Nothing Then
|
If oPathFromConfig IsNot Nothing Then
|
||||||
Return oPathFromRegistry
|
Return oPathFromConfig
|
||||||
Else
|
Else
|
||||||
Return GetProductPathFromRegistryFor(pSubKey)
|
Return GetProductPathFromRegistryFor(pSubKey)
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user