aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 08451ac6b2..ccd215c590 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1247,7 +1247,7 @@ switch ($mode)
'joined' => array('joined', ''),
'active' => array('active', ''),
'count' => (request_var('count', '') !== '') ? array('count', 0) : array('count', ''),
- 'ipdomain' => array('ip', ''),
+ 'ip' => array('ip', ''),
'first_char' => array('first_char', ''),
);