mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +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;
|
return false;
|
||||||
} catch (Exception $exc) {
|
} catch (Exception $exc) {
|
||||||
|
_error_log("setTimeZone: ".$exc->getMessage(), AVideoLog::$ERROR);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue