From 5b82aa78c5cd4e63b2be6ff1c19189f2de8beda6 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 23 Feb 2022 17:51:59 +0800 Subject: [PATCH] fix invite on the mybonus page --- public/mybonus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/mybonus.php b/public/mybonus.php index dc368b1e..f62f57ac 100644 --- a/public/mybonus.php +++ b/public/mybonus.php @@ -291,7 +291,7 @@ for ($i=0; $i < count($allBonus); $i++) print(""); print("
"); print("".($i + 1).""); - if ($bonusarray['art'] == 'invite'){ //for Custom Title! + if ($bonusarray['art'] == 'title'){ //for Custom Title! $otheroption_title = ""; print("

".$bonusarray['name']."

".$bonusarray['description']."

".$lang_mybonus['text_enter_titile'].$otheroption_title.$lang_mybonus['text_click_exchange']."".number_format($bonusarray['points']).""); }