fix php8 compatibility

This commit is contained in:
xiaomlove
2020-12-28 20:52:54 +08:00
parent 77ebc7caa4
commit 32d47b66c9
29 changed files with 357 additions and 302 deletions

View File

@@ -10,7 +10,7 @@ $lang_mybonus = array
'text_success_vip' => "祝贺你,你获得了一个月的",
'text_success_vip_two' => "资格!",
'text_no_permission' => "<b>错误!</b>你没有该权限。",
'text_success_custom_title' => "祝贺你,你获得了<b>".$CURUSER[title]."</b>头衔!",
'text_success_custom_title' => "祝贺你,你获得了<b>".$CURUSER['title']."</b>头衔!",
'text_success_gift' => "你成功赠送了<b>魔力值</b>。",
'head_karma_page' => "的魔力值",
'text_karma_system' => "魔力值系统",