1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Fix code formatting

This commit is contained in:
Tim Düsterhus 2013-05-13 18:28:09 +02:00
parent 28c67c1a52
commit 9bccbe4ba5

View File

@ -1,7 +1,5 @@
<?php
namespace chat\page;
use wcf\system\request\LinkHandler;
use \chat\data;
use \wcf\system\exception\IllegalLinkException;
use \wcf\system\WCF;
@ -135,7 +133,7 @@ public function show() {
32 => $user->getAvatar()->getImageTag(32),
48 => $user->getAvatar()->getImageTag(48)
),
'link' => LinkHandler::getInstance()->getLink('User', array(
'link' => \wcf\system\request\LinkHandler::getInstance()->getLink('User', array(
'user' => $user->getDecoratedObject()
))
);