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;
|
$uri = null;
|
||||||
try {
|
try {
|
||||||
$uri = $this->getAcctUri();
|
$uri = $this->getAcctUri(false);
|
||||||
} catch (ProfileNoAcctUriException $e) {
|
} catch (ProfileNoAcctUriException $e) {
|
||||||
try {
|
try {
|
||||||
$uri = $this->getUrl();
|
$uri = $this->getUrl();
|
||||||
|
Loading…
Reference in New Issue
Block a user