mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
prevent Exception: DateTimeZone
This commit is contained in:
parent
6f8335f61a
commit
6cd67f7b54
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ abstract class ObjectYPT implements ObjectInterface {
|
|||
}
|
||||
return false;
|
||||
} catch (Exception $exc) {
|
||||
_error_log("setTimeZone: ".$exc->getMessage(), AVideoLog::$ERROR);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue