mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
fix the lack of invite on the mybonus page
This commit is contained in:
@@ -46,6 +46,7 @@ function bonusarray($option = 0){
|
|||||||
$bonus['menge'] = 1;
|
$bonus['menge'] = 1;
|
||||||
$bonus['name'] = $lang_mybonus['text_buy_invite'];
|
$bonus['name'] = $lang_mybonus['text_buy_invite'];
|
||||||
$bonus['description'] = $lang_mybonus['text_buy_invite_note'];
|
$bonus['description'] = $lang_mybonus['text_buy_invite_note'];
|
||||||
|
$results[] = $bonus;
|
||||||
|
|
||||||
//Custom Title
|
//Custom Title
|
||||||
$bonus = array();
|
$bonus = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user