forked from GNUsocial/gnu-social
NewmessageAction lacked the $form property
This commit is contained in:
parent
23d21d9514
commit
e6fe996661
@ -52,6 +52,8 @@ class NewmessageAction extends FormAction
|
|||||||
var $to = null;
|
var $to = null;
|
||||||
var $other = null;
|
var $other = null;
|
||||||
|
|
||||||
|
protected $form = 'message'; // will become MessageForm later
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Title of the page
|
* Title of the page
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user