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 6108a2f commit 1b7e715Copy full SHA for 1b7e715
Classes/Utility/TemporaryFileUtility.php
@@ -93,7 +93,7 @@ public function unlinkTempFiles()
93
foreach (glob($pathSite . 'typo3temp/' . $this->tempFilePrefix . '*') as $tempFile) {
94
GeneralUtility::unlink_tempfile($tempFile);
95
}
96
- foreach (glob($pathSite . 'typo3temp/var/transient/' . $this->tempFilePrefix . '*') as $tempFile) {
+ foreach (glob(Environment::getVarPath() . '/transient/' . $this->tempFilePrefix . '*') as $tempFile) {
97
98
99
} else {
0 commit comments