]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newgroup.php
Fixed type-hints + added assert + method getGroup().
[quix0rs-gnu-social.git] / actions / newgroup.php
index b20267a4968fd3c14a6f5f6df86a3beabcc5d42d..07a302ef45befda654a12e088ec8839fe6e2a044 100644 (file)
@@ -46,6 +46,12 @@ if (!defined('STATUSNET')) {
  */
 class NewgroupAction extends FormAction
 {
+    protected $group;
+
+    function getGroup() {
+        return $this->group;
+    }
+
     function title()
     {
         // TRANS: Title for form to create a group.