mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
632631374c
commit
f6a0a64309
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue