1
0
Fork 0

fix `dirname` usage

pull/9580/head
Ilya Urvachev 2021-01-06 15:21:45 +03:00
parent ab6e0fa961
commit cee8e3e3b7
No known key found for this signature in database
GPG Key ID: 07B9F50EF721A85D
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Cache
$tempFileName,
$m[1],
$m[2],
@disk_free_space($this->root . dirname($tempFileName))
@disk_free_space(dirname($tempFileName))
);
$this->io->writeError($message);