1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-22 02:00:40 +00:00

Adding language item for IP-Address

This commit is contained in:
Tim Düsterhus 2012-04-30 21:14:25 +02:00
parent 3ba9cf7143
commit bdf019b332

View File

@ -47,7 +47,7 @@ class Info extends \wcf\system\chat\command\AbstractCommand {
$session = $this->fetchSession($user);
if ($session) {
// TODO: Check permission
$this->lines['IP_ADDRESS'] = $session->ipAddress;
$this->lines[WCF::getLanguage()->get('wcf.user.ipAddress')] = $session->ipAddress;
}
$this->didInit();