You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some iCal structures, $parameters["VALUE"] can be of type array instead of type string, resulting in an error when trying to parse it to strtoupper().
To fix this, besides checking if $parameters["VALUE"] is set, we should check if it is a string as well.
The text was updated successfully, but these errors were encountered:
In document.php, function
createProperty()
:For some iCal structures, $parameters["VALUE"] can be of type array instead of type string, resulting in an error when trying to parse it to strtoupper().
To fix this, besides checking if $parameters["VALUE"] is set, we should check if it is a string as well.
The text was updated successfully, but these errors were encountered: