Comment to Warnings
-
Try to replace this line with this code:
if(!empty($aEvent['content'])) { $aContent = @unserialize($aEvent['content']); if(!empty($aContent) && is_array($aContent)) $aResult['content'] = array_merge($aResult['content'], $aContent); }-
Hi @LeonidS
The warning is no longer appearing.
I'll test it throughout the day, and if everything goes well, I'll mark this issue as resolved.
Thank you very much.
-