1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Merge branch '3.0.x'

This commit is contained in:
Tim Düsterhus 2015-05-23 20:43:46 +02:00
commit 06176debb8

View File

@ -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';
}