summaryrefslogtreecommitdiffstats
path: root/chat/lib/class/AJAXChatTemplate.php
diff options
context:
space:
mode:
Diffstat (limited to 'chat/lib/class/AJAXChatTemplate.php')
-rw-r--r--chat/lib/class/AJAXChatTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/lib/class/AJAXChatTemplate.php b/chat/lib/class/AJAXChatTemplate.php
index e4d22d8..16e53a7 100644
--- a/chat/lib/class/AJAXChatTemplate.php
+++ b/chat/lib/class/AJAXChatTemplate.php
@@ -18,7 +18,7 @@ class AJAXChatTemplate {
var $_parsedContent;
// Constructor:
- function AJAXChatTemplate(&$ajaxChat, $templateFile, $contentType=null) {
+ function __construct(&$ajaxChat, $templateFile, $contentType=null) {
$this->ajaxChat = $ajaxChat;
$this->_regExpTemplateTags = '/\[(\w+?)(?:(?:\/)|(?:\](.+?)\[\/\1))\]/s';
$this->_templateFile = $templateFile;