mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Make uri validation work again
This commit is contained in:
@@ -167,7 +167,7 @@ std::string PropertyOwner::uri() const {
|
||||
currentOwner = currentOwner->owner();
|
||||
}
|
||||
// If the uri hasn't been sent at this point it is not valid, so send an empty string
|
||||
return identifier;
|
||||
return "";
|
||||
}
|
||||
|
||||
bool PropertyOwner::hasProperty(const std::string& uri) const {
|
||||
|
||||
Reference in New Issue
Block a user