]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/galleryaction.php
profile group uses account profile block
[quix0rs-gnu-social.git] / lib / galleryaction.php
index 107134a09b205129e94dc87a78e61a3f6c34b147..3db46dd09c10d400b72e43f0418d40dc0dada18d 100644 (file)
@@ -168,4 +168,10 @@ class GalleryAction extends OwnerDesignAction
     {
         return array();
     }
+
+    function showProfileBlock()
+    {
+        $block = new AccountProfileBlock($this, $this->profile);
+        $block->show();
+    }
 }