When I go to events/home on my website I have this error on the top of page:
Warning: Creating default object from empty value in /home/website/public_html/modules/mmd/multi_main_menu/classes/MMDMultiMainMenuModule.php on line 86
I check this. On line 86 in MMDMultiMainMenuModule.php I have this: $oMain->iJumpedMenuID = $iItemID;
What`s could be wrong with this code? Please help