Skip to content

Commit

Permalink
Fix permissions of queued sentry messages
Browse files Browse the repository at this point in the history
  • Loading branch information
weakbit committed Jan 17, 2025
1 parent ef49929 commit 2fb2067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Queue/FileQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public function push(Entry $entry): void
}

@fwrite($fp, $data);
@GeneralUtility::fixPermissions($fileName);
@fclose($fp);
}
}

0 comments on commit 2fb2067

Please sign in to comment.