Skip to content

Commit

Permalink
chore: migrate trashed wire posts threads
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 19, 2024
1 parent 4b5f69a commit 97a2401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function changeContainer($new_container_guid): void {
*/
protected function moveThreadItems(int $new_container_guid): void {
// ignore access for this part
elgg_call(ELGG_IGNORE_ACCESS, function() use ($new_container_guid) {
elgg_call(ELGG_IGNORE_ACCESS | ELGG_SHOW_DELETED_ENTITIES, function() use ($new_container_guid) {
$object = $this->getObject();

$batch = elgg_get_entities([
Expand Down

0 comments on commit 97a2401

Please sign in to comment.