Skip to content

Commit

Permalink
[HQ-1665] Sync up with method signature change in ResourceHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Nguyen authored and pnguyen committed May 27, 2009
1 parent 56799a3 commit 6f79074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hqu/hqapi1/app/ResourceController.groovy
Expand Up @@ -423,7 +423,7 @@ class ResourceController extends ApiController {
|| !resourceRelation.equals(AuthzConstants.ResourceEdgeNetworkRelation)) {
failureXml = getFailureXML(ErrorCode.INVALID_PARAMETERS)
} else {
platforms = resourceHelper.findParentPlatformsByNetworkRelation(prototype, name, hasChildren)
platforms = resourceHelper.findParentPlatformsByNetworkRelation(prototype, name, Boolean.valueOf(hasChildren))
}

renderXml() {
Expand Down

0 comments on commit 6f79074

Please sign in to comment.