mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update modcp.php
This commit is contained in:
parent
05ca97230b
commit
626b3797a8
@ -777,7 +777,7 @@ switch ($mode)
|
||||
'ROW_CLASS' => !($i % 2) ? 'row4' : 'row5',
|
||||
'USERNAME' => $username,
|
||||
'POSTS' => $row['postings'],
|
||||
'U_PROFILE' => ($id == GUEST_UID) ? "modcp.php?mode=ip&p=$post_id&t=$topic_id" : '',
|
||||
'U_PROFILE' => ($id == GUEST_UID) ? POST_URL . "$post_id#$post_id" : '',
|
||||
'U_SEARCHPOSTS' => "search.php?search_author=1&uid=$id",
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user