]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
NewmessageAction lacked the $form property
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 21 Jan 2015 12:02:46 +0000 (13:02 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 21 Jan 2015 12:02:46 +0000 (13:02 +0100)
plugins/DirectMessage/actions/newmessage.php

index 428a55762ce60b3e2b19701c0fdf7fba1f4d6151..18ec51e446f64983753fad867967a426e7c707f4 100644 (file)
@@ -52,6 +52,8 @@ class NewmessageAction extends FormAction
     var $to = null;
     var $other = null;
 
+    protected $form = 'message';    // will become MessageForm later
+
     /**
      * Title of the page
      *