Fix getRemoteInfo

master3.3
Mike Hiretsky 12 years ago
parent 41b0040ca1
commit 982a21cc45

@ -3160,7 +3160,7 @@ class templateFunction(_error, _shareTemplate, _shareTermsFunction):
if self.convObj:
optInfo = self.convObj.convert()
else:
optInfo = self.objVar.GetRemoteInfo(envFile)
optInfo = self.objVar.getRemoteInfo(envFile)
if optInfo is False:
self.raiseErrTemplate()
if optInfo:

Loading…
Cancel
Save