From 79d68a52d086d9855bcc7c299f6ce68411c5788e Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 2 Mar 2016 10:49:33 +0100 Subject: [PATCH] No 'acct:' in FancyName please. --- classes/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Profile.php b/classes/Profile.php index 0e655faa63..3ac2effe3c 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -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();