Extended path matching with url.

This commit is contained in:
Christian P. MOMON 2020-10-16 00:47:26 +02:00
parent 5ab048882b
commit 2318d7462e

View file

@ -132,7 +132,7 @@ public class Organization extends PathPropertyList
{ {
String result; String result;
result = get("organization.socialnetworks.diaspora"); result = get("organization.socialnetworks.diaspora", "organization.socialnetworks.diaspora.url");
// //
return result; return result;
@ -227,7 +227,7 @@ public class Organization extends PathPropertyList
{ {
String result; String result;
result = get("organization.socialnetworks.mastodon"); result = get("organization.socialnetworks.mastodon", "organization.socialnetworks.mastodon.url");
// //
return result; return result;