Update viewprofile.php

This commit is contained in:
Roman Kelesidis 2025-04-05 21:22:33 +03:00
commit db51c49cd3

View file

@ -76,7 +76,7 @@ if (bf($profiledata['user_opt'], 'user_opt', 'dis_sig')) {
// Null ratio // Null ratio
if ($bb_cfg['ratio_null_enabled'] && $btu = get_bt_userdata($profiledata['user_id'])) { if ($bb_cfg['ratio_null_enabled'] && $btu = get_bt_userdata($profiledata['user_id'])) {
$template->assign_vars(array('NULLED_RATIO' => $btu['ratio_nulled'])); $template->assign_vars(['NULLED_RATIO' => $btu['ratio_nulled']]);
} }
// Ban information // Ban information