Skip to content

Commit

Permalink
Merge pull request #247 from joewiz/fix-deprecated-util-catch-var
Browse files Browse the repository at this point in the history
Fix try/catch description variable
  • Loading branch information
line-o committed Apr 9, 2020
2 parents 14206d9 + 647f6fe commit 23ab07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/upload.xql
Expand Up @@ -105,6 +105,6 @@ return
} catch * {
<result>
<name>{$name}</name>
<error>{$util:exception-message}</error>
<error>{$err:description}</error>
</result>
}

0 comments on commit 23ab07d

Please sign in to comment.