Extended path matching with url.
This commit is contained in:
parent
5ab048882b
commit
2318d7462e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue