1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Daniel 2021-10-14 11:26:31 -03:00
parent 632631374c
commit f6a0a64309

View file

@ -1982,9 +1982,11 @@ function make_path($path) {
}
if (!is_dir($path)) {
$created = mkdir($path, 0755, true);
/*
if (!$created) {
_error_log('make_path: could not create the dir ' . json_encode($path) . json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
}
*/
} else {
$created = true;
}