aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/Profiler/FileProfilerStorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Profiler/FileProfilerStorage.php b/lib/private/Profiler/FileProfilerStorage.php
index cd45090e7ca..7087ffca7ff 100644
--- a/lib/private/Profiler/FileProfilerStorage.php
+++ b/lib/private/Profiler/FileProfilerStorage.php
@@ -161,7 +161,7 @@ class FileProfilerStorage {
$profile->getTime(),
$profile->getParentToken(),
$profile->getStatusCode(),
- ]);
+ ], ',', '"', '');
fclose($file);
}