diff --git a/classes/donationsview.class.php b/classes/donationsview.class.php index a0395613..3a6a0615 100644 --- a/classes/donationsview.class.php +++ b/classes/donationsview.class.php @@ -98,7 +98,7 @@ public static function render_donor_stats($UserID) { public static function render_profile_rewards($EnabledRewards, $ProfileRewards) { for ($i = 1; $i <= 4; $i++) { - if (isset($EnabledRewards['HasProfileInfo' . $i]) && $ProfileRewards['ProfileInfo' . $i]) { + if ($EnabledRewards['HasProfileInfo' . $i] && $ProfileRewards['ProfileInfo' . $i]) { ?>