From: Mikael Nordfeldth Date: Wed, 2 Mar 2016 09:49:33 +0000 (+0100) Subject: No 'acct:' in FancyName please. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79d68a52d086d9855bcc7c299f6ce68411c5788e;p=quix0rs-gnu-social.git No 'acct:' in FancyName please. --- 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();