From 7528cdf7f6b7459ed2a80f6de34199c29d3a34d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 28 Jan 2013 22:26:24 +0100 Subject: [PATCH] Remove method call to remove method --- file/lib/page/ChatPage.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 719169e..b3316ec 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -151,7 +151,6 @@ public function readData() { } $this->defaultSmilies = \wcf\data\smiley\SmileyCache::getInstance()->getCategorySmilies(); - $this->readChatVersion(); } /**