No 'acct:' in FancyName please.

This commit is contained in:
Mikael Nordfeldth 2016-03-02 10:49:33 +01:00
parent 9a89990293
commit 79d68a52d0
1 changed files with 1 additions and 1 deletions

View File

@ -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();