]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupdesignaction.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / groupdesignaction.php
index a9de600fe9bcc0153393223dde07684431bcdd80..44f35f6299f6d3257785b5c3fb8fbb1b3e93284b 100644 (file)
@@ -27,7 +27,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -68,4 +68,10 @@ class GroupDesignAction extends Action {
         }
         return parent::getDesign();
     }
+
+    function showProfileBlock()
+    {
+        $block = new GroupProfileBlock($this, $this->group);
+        $block->show();
+    }
 }