]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No 'acct:' in FancyName please.
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 2 Mar 2016 09:49:33 +0000 (10:49 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 2 Mar 2016 09:49:33 +0000 (10:49 +0100)
classes/Profile.php

index 0e655faa63ee9c682c25782cca40cbfeec2bd96c..3ac2effe3c1ae7a87365f53321266a7a2f95fe77 100644 (file)
@@ -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();