Can anyone help me with this problem, when i click edit button in product it'll show
Notice: Undefined variable: websiteIds in Store/Switcher.php on line 77
if(is_array($prowebsites) && count($prowebsites)){
if(!in_array(0,$websitesIds)){
$websiteIds = array_unique(array_intersect($websiteIds,$prowebsites)); <---------- Line 77
} else {
$websiteIds = $prowebsites;
}
This the code