Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jan 29, 2025
1 parent bb26a50 commit b5b3cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/activity/class-activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function set_object( $data ) {
if ( is_array( $data ) ) {
// Check if the item is an Activity or an Object.
if ( is_activity( $data ) ) {
$data = Activity::init_from_array( $data );
$data = self::init_from_array( $data );
} elseif ( is_actor( $data ) ) {
$data = Actor::init_from_array( $data );
} else {
Expand Down

0 comments on commit b5b3cb9

Please sign in to comment.