From ca5fb61282196b5ff23782725eae45884a54148a Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 23 Feb 2022 17:29:43 +0800 Subject: [PATCH] fix the lack of invite on the mybonus page --- public/mybonus.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/mybonus.php b/public/mybonus.php index 042c065b..dc368b1e 100644 --- a/public/mybonus.php +++ b/public/mybonus.php @@ -46,6 +46,7 @@ function bonusarray($option = 0){ $bonus['menge'] = 1; $bonus['name'] = $lang_mybonus['text_buy_invite']; $bonus['description'] = $lang_mybonus['text_buy_invite_note']; + $results[] = $bonus; //Custom Title $bonus = array();