X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile.php;h=5359ffb58b31444a19b3a265278489c9e0fa5f73;hb=9f82da07f105792403807ab444de873bfcd7a45f;hp=5709a15d01060513b7b63b956d63f227edafdf56;hpb=53e820b46667c2f0e22ffa0a2f91e847a02f4cb8;p=quix0rs-gnu-social.git diff --git a/classes/Profile.php b/classes/Profile.php index 5709a15d01..5359ffb58b 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1407,6 +1407,11 @@ class Profile extends Managed_DataObject return $this->fullname; } + public function getHomepage() + { + return $this->homepage; + } + public function getDescription() { return $this->bio;