mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
fix PHP 8.3 Error: Cannot create dynamic property DateMalformedStringException::$details
This commit is contained in:
parent
0f4ee3790a
commit
c63f465eb8
@ -135,7 +135,7 @@ class Date extends Transformer
|
|||||||
// do NOT stall for somehow invalid values: log it and return empty
|
// do NOT stall for somehow invalid values: log it and return empty
|
||||||
if($value)
|
if($value)
|
||||||
{
|
{
|
||||||
$e->details = $this->id . ': ' . json_encode($value);
|
//error_log(__METHOD__."()".$this->id . ': ' . json_encode($value));
|
||||||
_egw_log_exception($e);
|
_egw_log_exception($e);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user