mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/15275] Use base_url in lookup IP link
PHPBB3-15275
This commit is contained in:
parent
f57a7826a8
commit
291b865f17
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue