Mark anchor destinations valid if they pass location checks

This commit closes portals bug #92
This commit is contained in:
Tim Ekl 2011-12-17 14:27:58 -05:00
parent 528b448450
commit 9cfc75b7db

View File

@ -80,6 +80,7 @@ public class AnchorDestination implements MVDestination {
if (!parsed.get(0).equalsIgnoreCase(this.getIdentifier())) {
this.isValid = false;
}
this.isValid = true;
}
@Override