diff --git a/process/Attribute_lib/process.js b/process/Attribute_lib/process.js index 1d8e346e802c2025a59c1fa33471709e84a2eac1..7490f12d5fcdb268bd89f8e4a9024e3dc3d57768 100644 --- a/process/Attribute_lib/process.js +++ b/process/Attribute_lib/process.js @@ -1362,7 +1362,7 @@ AttributeRelationQuery.prototype.getSingleAttribute = function () */ AttributeRelationQuery.prototype.getSingleAttributeValue = function () { - var attribute = this.getSingleAttributes(); + var attribute = this.getSingleAttribute(); return attribute ? attribute.value : null; }