diff --git a/src/App/Link.cpp b/src/App/Link.cpp index 8db5d777fb..34eaf5c36e 100644 --- a/src/App/Link.cpp +++ b/src/App/Link.cpp @@ -327,11 +327,8 @@ void LinkBaseExtension::setProperty(int idx, Property* prop) if (!prop) { propName = ""; } - else if (prop->getContainer()) { - propName = prop->getName(); - } else { - propName = extensionGetPropertyName(prop); + propName = prop->getName(); } if (!Property::isValidName(propName)) { propName = "?";