Skip to content

Commit

Permalink
chore: cleanup unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 20, 2024
1 parent c25ee9a commit c9c236e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/ColdTrick/OpenSearch/SearchEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,6 @@ public static function sourceToEntity(\Elgg\Event $event): ?\ElggEntity {
}
}

// enabled attribute is not stored in OpenSearch by default
$row->enabled = 'yes';

try {
return _elgg_services()->entityTable->rowToElggStar($row);
} catch (ExceptionInterface $e) {
Expand Down

0 comments on commit c9c236e

Please sign in to comment.