1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

prevent Exception: DateTimeZone

This commit is contained in:
DanielnetoDotCom 2020-12-08 12:36:50 -03:00
parent 6f8335f61a
commit 6cd67f7b54

View file

@ -61,6 +61,7 @@ abstract class ObjectYPT implements ObjectInterface {
}
return false;
} catch (Exception $exc) {
_error_log("setTimeZone: ".$exc->getMessage(), AVideoLog::$ERROR);
return false;
}
}