No 'acct:' in FancyName please.
This commit is contained in:
parent
9a89990293
commit
79d68a52d0
@ -228,7 +228,7 @@ class Profile extends Managed_DataObject
|
||||
{
|
||||
$uri = null;
|
||||
try {
|
||||
$uri = $this->getAcctUri();
|
||||
$uri = $this->getAcctUri(false);
|
||||
} catch (ProfileNoAcctUriException $e) {
|
||||
try {
|
||||
$uri = $this->getUrl();
|
||||
|
Loading…
Reference in New Issue
Block a user