Skip to content

Commit 30cb84c

Browse files
authored
Merge pull request #34 from intersystems-community/fix-publish
default description
2 parents eb93e62 + e887fb1 commit 30cb84c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cls/ZPM/Package.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ ClassMethod LoadPackage(Path As %String, repository As %String = "", silent As %
231231
WRITE !,"Version: ", version
232232
}
233233

234+
Set description = ""
234235
Set tSC=tDocument.EvaluateExpression("/Export/Document/Module/Description", "text()", .tRes)
235236
IF $$$ISERR(tSC) Return tSC
236237
If $IsObject(tRes.GetAt(1)) {

0 commit comments

Comments
 (0)