mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update viewprofile.php
This commit is contained in:
parent
142fb7e1fe
commit
db51c49cd3
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ if (bf($profiledata['user_opt'], 'user_opt', 'dis_sig')) {
|
|||
|
||||
// Null ratio
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue