mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
This commit is contained in:
parent
3392f3aa09
commit
7b062b76c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_user.php';
|
||||
|
||||
class phpbb_functions_user_whois_test extends phpbb_functional_test_case
|
||||
class phpbb_functions_user_whois_test extends phpbb_test_case
|
||||
{
|
||||
public function ips_data()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue