Skip to content

Commit

Permalink
remote change flag_delete to is_archived? causes warning otherwise (g…
Browse files Browse the repository at this point in the history
…uess that this is correct field)
  • Loading branch information
hinanaya committed Jun 6, 2024
1 parent e8c4369 commit 6136eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote.php
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ private function emergency()
$broadcastxml->addChild('hash', $mediaInfo['file_hash']);
$broadcastxml->addChild('filesize', $filesize);
$broadcastxml->addChild('location', $mediaInfo['file_location']);
$broadcastxml->addChild('archived', $mediaInfo['flag_delete']);
$broadcastxml->addChild('archived', $mediaInfo['is_archived']);
$broadcastxml->addChild('approved', $mediaInfo['is_approved']);
}
}
Expand Down

0 comments on commit 6136eb5

Please sign in to comment.