Local user profile getUrl gives dynamically generated URL
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 9 Jan 2016 12:47:38 +0000 (13:47 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 9 Jan 2016 12:47:38 +0000 (13:47 +0100)
classes/Profile.php

index 845e4d429d948e1bff6e51191f1dfa8e6fd375e9..e8470d96c5d209641434934ee5d5bdde15b4046f 100644 (file)
@@ -1431,6 +1431,8 @@ class Profile extends Managed_DataObject
                         : $this->profileurl;
             }
             Event::handle('EndUserGroupHomeUrl', array($this->getGroup(), $url));
+        } elseif ($this->isLocal()) {
+            $url = common_local_url('showstream', array('nickname' => $this->getNickname()));
         } else {
             $url = $this->profileurl;
         }