]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/accountprofileblock.php
Squashed commit of the following:
[quix0rs-gnu-social.git] / lib / accountprofileblock.php
index 4eca000c9efed19ae3857a99962d5cd48e8b7e26..f49c73aeab62f51448cc8cc72e810a058dfa2651 100644 (file)
@@ -94,6 +94,15 @@ class AccountProfileBlock extends ProfileBlock
         return $this->profile->bio;
     }
 
+    function otherProfiles()
+    {
+        $others = array();
+
+        Event::handle('OtherAccountProfiles', array($this->profile, &$others));
+        
+        return $others;
+    }
+
     function showTags()
     {
         $cur = common_current_user();