From 260d491aeb3afbd9f211fecf69f4ceadb8a468bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 15 Sep 2013 21:05:43 +0200 Subject: [PATCH] Resolve IP-TODO (SMF) --- files/lib/system/exporter/SMF2xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/system/exporter/SMF2xExporter.class.php b/files/lib/system/exporter/SMF2xExporter.class.php index 586818b..b9296b2 100644 --- a/files/lib/system/exporter/SMF2xExporter.class.php +++ b/files/lib/system/exporter/SMF2xExporter.class.php @@ -248,7 +248,7 @@ class SMF2xExporter extends AbstractExporter { 'banned' => 0, // TODO: banned 'banReason' => '', 'activationCode' => $row['validation_code'] ? UserRegistrationUtil::getActivationCode() : 0, // smf's codes are strings - 'registrationIpAddress' => '', // TODO: Find out whether and where this is saved + 'registrationIpAddress' => $row['member_ip'], // member_ip2 is HTTP_X_FORWARDED_FOR 'signature' => $row['signature'], 'signatureEnableBBCodes' => 1, 'signatureEnableHtml' => 0, -- 2.20.1