Bulun:
if (in_array($Element, $Allowed[$CurrentPlanet['planet_type']]))
Değiştirin:
$Allowed = is_array($Allowed) ? $Allowed : array($Allowed);
$CurrentPlanet = is_array($CurrentPlanet) ? $CurrentPlanet : array($CurrentPlanet);
if (in_array($Element, $Allowed[$CurrentPlanet['planet_type']]))
Umarım çalışır...