Skip to content

Commit

Permalink
Posts: Static call, static function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Sep 19, 2023
1 parent 59b3b68 commit 14b1676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Module/Posts/Posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public static function getManualInputPosts($data, bool $stripLinksFromContent =
}
}

$posts = self::arrayToObject($posts);
$posts = self::arrayToObjectStatic($posts);

return $posts;
}
Expand Down

0 comments on commit 14b1676

Please sign in to comment.