diff --git a/plugins/DirectMessage/actions/newmessage.php b/plugins/DirectMessage/actions/newmessage.php index 428a55762c..18ec51e446 100644 --- a/plugins/DirectMessage/actions/newmessage.php +++ b/plugins/DirectMessage/actions/newmessage.php @@ -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 *