mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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)
|
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;
|
$num_users = false;
|
||||||
|
Reference in New Issue
Block a user