From a604f7d1fe24809fcd427f2b7e570f1972ea2483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 23 May 2015 20:43:04 +0200 Subject: [PATCH] Fix WCF 2.1.4 compatibility --- file/lib/system/CHATCore.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/system/CHATCore.class.php b/file/lib/system/CHATCore.class.php index de5d737..83e18ea 100644 --- a/file/lib/system/CHATCore.class.php +++ b/file/lib/system/CHATCore.class.php @@ -19,5 +19,5 @@ class CHATCore extends \wcf\system\application\AbstractApplication { /** * @see wcf\system\application\AbstractApplication::$primaryController */ - protected $primaryController = 'chat\\page\\Chat'; + protected $primaryController = 'chat\\page\\ChatPage'; }