1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Remove obsolete code

This commit is contained in:
Tim Düsterhus 2013-05-18 21:45:35 +02:00
parent 738d1693cf
commit 22e6b6ea29

View File

@ -36,7 +36,6 @@ public function __construct(\chat\system\command\CommandHandler $commandHandler)
$this->user = User::getUserByUsername($username);
if (!$this->user->userID) throw new \chat\system\command\UserNotFoundException($username);
$color = ChatUtil::readUserData('color', $this->user);
$profile = \wcf\system\request\LinkHandler::getInstance()->getLink('User', array(
'object' => $this->user
));