NewmessageAction lacked the $form property

This commit is contained in:
Mikael Nordfeldth 2015-01-21 13:02:46 +01:00
parent 23d21d9514
commit e6fe996661
1 changed files with 2 additions and 0 deletions

View 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
*