From a1d4028723ef06b8e8ebf9cb06b7f7f17408f081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 15 Aug 2012 18:04:09 +0200 Subject: [PATCH] Add .userLink --- file/lib/system/chat/command/commands/Info.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/lib/system/chat/command/commands/Info.class.php b/file/lib/system/chat/command/commands/Info.class.php index c201b55..85157d6 100644 --- a/file/lib/system/chat/command/commands/Info.class.php +++ b/file/lib/system/chat/command/commands/Info.class.php @@ -30,7 +30,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand $profile = \wcf\system\request\LinkHandler::getInstance()->getLink('User', array( 'object' => $this->user )); - $this->lines[WCF::getLanguage()->get('wcf.user.username')] = ''.ChatUtil::gradient($this->user->username, $color[1], $color[2]).''; + $this->lines[WCF::getLanguage()->get('wcf.user.username')] = ''.ChatUtil::gradient($this->user->username, $color[1], $color[2]).''; // Away-Status if (ChatUtil::readUserData('away', $this->user) !== null) { @@ -54,7 +54,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand } /** - * Fetches the session-databaseobject for the specified user. + * Fetches the sessiondatabase object for the specified user. * * @return \wcf\data\session\Session */