mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(profiler): set default values for fputcsv arguments to avoid depreciation warning
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
247b254294
commit
4515974bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class FileProfilerStorage {
|
|||
$profile->getTime(),
|
||||
$profile->getParentToken(),
|
||||
$profile->getStatusCode(),
|
||||
]);
|
||||
], escape: '');
|
||||
fclose($file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue