From 5aaba2a907a770aa5b92e856d4d9e99113179313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 8 Dec 2023 14:09:52 +0100 Subject: [PATCH] fix typo --- includes/transformer/class-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/transformer/class-post.php b/includes/transformer/class-post.php index ee41744..cc7777d 100644 --- a/includes/transformer/class-post.php +++ b/includes/transformer/class-post.php @@ -116,7 +116,7 @@ class Post extends Base { * @return \Activitypub\Activity\Base_Object The ActivityPub Object */ public function transform() { - $object = new Base_Objet(); + $object = new Base_Object(); $wp_post = $this->get_wp_post(); $object->set_id( $this->get_id() );