Skip to content

Commit 753f964

Browse files
committed
fix #286
1 parent c0cb540 commit 753f964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/model/class-post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Post {
6161
*
6262
* @var string
6363
*/
64-
private $object_type = 'Note';
64+
private $object_type;
6565

6666
/**
6767
* The Allowed Tags, used in the content.

0 commit comments

Comments
 (0)