mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15275] Use base_url in lookup IP link
PHPBB3-15275
This commit is contained in:
@@ -372,7 +372,7 @@ function mcp_post_details($id, $mode, $action)
|
||||
|
||||
if (!$lookup_all)
|
||||
{
|
||||
$template->assign_var('U_LOOKUP_ALL', "$url&i=main&mode=post_details&rdns=all");
|
||||
$template->assign_var('U_LOOKUP_ALL', $base_url . '&rdns=all');
|
||||
}
|
||||
|
||||
$num_users = false;
|
||||
|
Reference in New Issue
Block a user