]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User_group.php
Actually return the group home URL
[quix0rs-gnu-social.git] / classes / User_group.php
index 497e301dade37c33b8de48f00978c692ae825ec9..2484f3f265252d8c375684b983cd5bac22bb1175 100644 (file)
@@ -115,7 +115,7 @@ class User_group extends Managed_DataObject
 
     function homeUrl()
     {
-        $this->getProfile()->getUrl();
+        return $this->getProfile()->getUrl();
     }
 
     function getUri()