fix #286
This commit is contained in:
parent
c0cb540c4d
commit
753f964ce9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Post {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $object_type = 'Note';
|
private $object_type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Allowed Tags, used in the content.
|
* The Allowed Tags, used in the content.
|
||||||
|
|
Loading…
Reference in a new issue