Use MD_STD::mkdir in MDOutputHandler
This commit is contained in:
parent
aaa5a0dad3
commit
cecde961d8
|
@ -45,7 +45,7 @@ final class MDOutputHandler {
|
||||||
if ($this->_logfile_status_checked === false) {
|
if ($this->_logfile_status_checked === false) {
|
||||||
|
|
||||||
if (!\is_dir(__DIR__ . "/../logs")) {
|
if (!\is_dir(__DIR__ . "/../logs")) {
|
||||||
\mkdir(__DIR__ . "/../logs", 0775);
|
MD_STD::mkdir(__DIR__ . "/../logs", 0775);
|
||||||
}
|
}
|
||||||
|
|
||||||
\touch($this->_logfile);
|
\touch($this->_logfile);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user