We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba65dc commit b8f70d2Copy full SHA for b8f70d2
pub/errors/processor.php
@@ -507,10 +507,6 @@ public function saveReport(array $reportData): string
507
}
508
$this->_setReportData($reportData);
509
510
- if (!file_exists($this->_reportDir)) {
511
- @mkdir($this->_reportDir, 0777, true);
512
- }
513
-
514
@file_put_contents($this->_reportFile, $this->serializer->serialize($reportData). PHP_EOL);
515
516
if (isset($reportData['skin']) && self::DEFAULT_SKIN != $reportData['skin']) {
0 commit comments