mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
edc365b487
commit
70322d7b73
6 changed files with 15 additions and 17 deletions
|
@ -735,7 +735,7 @@ for ($i = 0; $i < $total_posts; $i++) {
|
|||
]);
|
||||
|
||||
// Ban information
|
||||
if ($banInfo = getUserBanInfo((int)$poster_id)) {
|
||||
if ($banInfo = getBanInfo((int)$poster_id)) {
|
||||
$template->assign_block_vars('postrow.ban', [
|
||||
'IS_BANNED' => true,
|
||||
'BAN_REASON' => $banInfo['ban_reason']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue