Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Merge remote branch 'gravitystorm/relationrevert'
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed May 27, 2011
2 parents e30ff52 + 47a7aeb commit 5f128f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/systemeD/halcyon/connection/XMLBaseConnection.as
Expand Up @@ -49,7 +49,7 @@ package net.systemeD.halcyon.connection {
timestamp = relData.@timestamp;

var rel:Relation = getRelation(id);
if ( rel == null || !rel.loaded ) {
if ( rel == null || !rel.loaded || singleEntityRequest ) {
tags = parseTags(relData.tag);
var members:Array = [];
for each(var memberXML:XML in relData.member) {
Expand Down

0 comments on commit 5f128f5

Please sign in to comment.